Update app.py
Browse files
app.py
CHANGED
|
@@ -192,8 +192,9 @@ with gr.Blocks() as demo:
|
|
| 192 |
|
| 193 |
# Update the log file just before download
|
| 194 |
|
|
|
|
| 195 |
download_log_btn.click(
|
| 196 |
-
lambda log_messages:
|
| 197 |
inputs=[gr.State(log_messages)],
|
| 198 |
outputs=[log_file]
|
| 199 |
)
|
|
|
|
| 192 |
|
| 193 |
# Update the log file just before download
|
| 194 |
|
| 195 |
+
|
| 196 |
download_log_btn.click(
|
| 197 |
+
lambda log_messages: "support_bot_log.txt",
|
| 198 |
inputs=[gr.State(log_messages)],
|
| 199 |
outputs=[log_file]
|
| 200 |
)
|