Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1368,7 +1368,7 @@ def add_loading_animation(chat_history, conversation_state):
|
|
| 1368 |
new_chat_history = new_chat_history + [{"role": "assistant", "content": loading_html}]
|
| 1369 |
|
| 1370 |
# Update global state for persistence
|
| 1371 |
-
global_state_manager.update_conversation_state(new_chat_history, conversation_state)
|
| 1372 |
|
| 1373 |
log_step("add_loading_animation", callback_start)
|
| 1374 |
|
|
|
|
| 1368 |
new_chat_history = new_chat_history + [{"role": "assistant", "content": loading_html}]
|
| 1369 |
|
| 1370 |
# Update global state for persistence
|
| 1371 |
+
# global_state_manager.update_conversation_state(new_chat_history, conversation_state)
|
| 1372 |
|
| 1373 |
log_step("add_loading_animation", callback_start)
|
| 1374 |
|