Update server.py
Browse files
server.py
CHANGED
@@ -1091,11 +1091,11 @@ def create_gradio_interface():
|
|
1091 |
visible=False
|
1092 |
)
|
1093 |
|
1094 |
-
# Connect the button
|
1095 |
run_btn.click(
|
1096 |
run_workflow_ui,
|
1097 |
inputs=[district_input],
|
1098 |
-
outputs=[
|
1099 |
)
|
1100 |
|
1101 |
return demo
|
|
|
1091 |
visible=False
|
1092 |
)
|
1093 |
|
1094 |
+
# Connect the button
|
1095 |
run_btn.click(
|
1096 |
run_workflow_ui,
|
1097 |
inputs=[district_input],
|
1098 |
+
outputs=[alert_summary, agent_responses, csv_output]
|
1099 |
)
|
1100 |
|
1101 |
return demo
|