Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
CSV-2-SQLAgent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Samka1u
commited on
Jun 10
Commit
3fd1e8f
·
verified
·
1 Parent(s):
9549af4
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+1
-1
config.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
class PATHS:
2
# get temp path from env
3
-
TEMP_PATH =
os.getenv('Temp')
4
5
TABLE_NAME = "agent_table"
6
1
class PATHS:
2
# get temp path from env
3
+
TEMP_PATH =
"/home/user/app/"
4
5
TABLE_NAME = "agent_table"
6