capradeepgujaran
commited on
Commit
•
5d1cf98
1
Parent(s):
2799c43
Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
|
|
310 |
clear.click(lambda: None, None, chatbot, queue=False)
|
311 |
|
312 |
|
313 |
-
|
314 |
download_report,
|
315 |
inputs=[chatbot],
|
316 |
outputs=[report_file]
|
|
|
310 |
clear.click(lambda: None, None, chatbot, queue=False)
|
311 |
|
312 |
|
313 |
+
download_button.click(
|
314 |
download_report,
|
315 |
inputs=[chatbot],
|
316 |
outputs=[report_file]
|