evanperez commited on
Commit
be2460b
·
verified ·
1 Parent(s): fca321b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ api_key = 'AIzaSyCvXRggpO2yNwIpZmoMy_5Xhm2bDyD-pOo'
37
  #empty faise_index and chat_history.json
38
  def delete_files_in_folder(folder_path):
39
  try:
40
- # Iterate over all the files in the folder
41
  chat_history_file = "chat_history.json"
42
  if os.path.exists(chat_history_file):
43
  os.remove(chat_history_file)
 
37
  #empty faise_index and chat_history.json
38
  def delete_files_in_folder(folder_path):
39
  try:
40
+
41
  chat_history_file = "chat_history.json"
42
  if os.path.exists(chat_history_file):
43
  os.remove(chat_history_file)