cjo93 commited on
Commit
1c7c7b3
·
verified ·
1 Parent(s): f2a7f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ msg = gr.Textbox(placeholder="Input System Status...", show_label=False)
111
  visual_data = gr.JSON(visible=False)
112
  # --- EVENT WIRING ---
113
 
114
- def respond(message, chat_history):
115
- # Run logic
116
  bot_msg, audio, viz_data = chat_interaction(message, chat_history)
117
 
118
  # Update history
 
111
  visual_data = gr.JSON(visible=False)
112
  # --- EVENT WIRING ---
113
 
114
+ def respond(message, chat_history):
115
+ # Run logic
116
  bot_msg, audio, viz_data = chat_interaction(message, chat_history)
117
 
118
  # Update history