Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DataScienceGuild/ChatbotWithDataframeMemory
Nymbo
/
ChatbotWithDataframeMemory
like
0
Sleeping
App
Files
Files
Community
awacke1
commited on
Jan 28, 2023
Commit
a38e99b
•
1 Parent(s):
903df6b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
UseMemory=True
2
-
3
HF_TOKEN=os.environ.get("HF_TOKEN")
4
5
def SaveResult(text, outputfileName):
1
+
import os
2
UseMemory=True
3
HF_TOKEN=os.environ.get("HF_TOKEN")
4
5
def SaveResult(text, outputfileName):