Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ls291
/
ChatSQL
like
2
Runtime error
App
Files
Files
Community
384e45f
ChatSQL
/
utility
/
constant.py
ls291
Add application file
dc82c71
over 1 year ago
raw
Copy download link
history
blame
Safe
227 Bytes
"""
@File: 存放固定的路径
"""
import
os
import
pandas
as
pd
# 根目录
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
configurable_file_path = os.path.join(BASE_DIR,
'configurable_file'
)