Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|