Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
|
@@ -17,4 +17,4 @@ def load_chat_history():
|
|
| 17 |
|
| 18 |
def save_chat_history(messages):
|
| 19 |
with shelve.open(get_storage_path()) as db:
|
| 20 |
-
db["messages"] = messages
|
|
|
|
| 17 |
|
| 18 |
def save_chat_history(messages):
|
| 19 |
with shelve.open(get_storage_path()) as db:
|
| 20 |
+
db["messages"] = messages
|