Shriharsh commited on
Commit
5133aad
·
verified ·
1 Parent(s): d2debe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: ("support_bot_log.txt", save_logs_to_file(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
  )