Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ if (!window.hasBeenRun) {
|
|
45 |
# f.write(SCRIPT)
|
46 |
|
47 |
# -------------------------------------------- For Memory - you will need to set up a dataset and HF_TOKEN ---------
|
48 |
-
UseMemory=
|
49 |
|
50 |
|
51 |
DATASET_REPO_URL="https://huggingface.co/datasets/awacke1/ChatbotMemory.csv"
|
|
|
45 |
# f.write(SCRIPT)
|
46 |
|
47 |
# -------------------------------------------- For Memory - you will need to set up a dataset and HF_TOKEN ---------
|
48 |
+
UseMemory=True
|
49 |
|
50 |
|
51 |
DATASET_REPO_URL="https://huggingface.co/datasets/awacke1/ChatbotMemory.csv"
|