Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,11 @@ if (!window.hasBeenRun) {
|
|
41 |
</script>
|
42 |
"""
|
43 |
|
44 |
-
with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
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"
|
|
|
41 |
</script>
|
42 |
"""
|
43 |
|
44 |
+
#with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
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"
|