awacke1 commited on
Commit
e30f722
Β·
1 Parent(s): b2c602a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=False
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"