jdesiree commited on
Commit
3417df0
·
verified ·
1 Parent(s): 15f9695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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