elanuk commited on
Commit
fa8a900
·
verified ·
1 Parent(s): dce97f5

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +2 -2
server.py CHANGED
@@ -1091,11 +1091,11 @@ def create_gradio_interface():
1091
  visible=False
1092
  )
1093
 
1094
- # Connect the button - now with 4 outputs
1095
  run_btn.click(
1096
  run_workflow_ui,
1097
  inputs=[district_input],
1098
- outputs=[workflow_output, alert_summary, agent_responses, csv_output]
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