Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 115 |
-
|
| 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
|