Update app.py
Browse files
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.
|
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]
|