Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def generate_message_id():
|
|
107 |
|
108 |
|
109 |
def save_conversation(user_id, conversation):
|
110 |
-
hf_space_path="
|
111 |
"""
|
112 |
Save conversation history to disk.
|
113 |
|
|
|
107 |
|
108 |
|
109 |
def save_conversation(user_id, conversation):
|
110 |
+
hf_space_path="/code"
|
111 |
"""
|
112 |
Save conversation history to disk.
|
113 |
|