Ali2206 commited on
Commit
5b0bfb5
·
verified ·
1 Parent(s): 318bbe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def create_ui(agent):
190
  analyze_btn = gr.Button("🧠 Analyze Patient History")
191
  report_output = gr.File(label="Download Report")
192
 
193
- analyze_btn.stream(
194
  fn=stream_final_report,
195
  inputs=[file_upload],
196
  outputs=[chatbot, report_output]
 
190
  analyze_btn = gr.Button("🧠 Analyze Patient History")
191
  report_output = gr.File(label="Download Report")
192
 
193
+ analyze_btn.click(
194
  fn=stream_final_report,
195
  inputs=[file_upload],
196
  outputs=[chatbot, report_output]