laverdes commited on
Commit
fa70e96
·
verified ·
1 Parent(s): 717c4c8

chore: visible download

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks() as demo:
197
  outputs=[status_output, results_table, download_button]
198
  )
199
 
200
- file_output = gr.File(label="Download Log File", visible=False)
201
 
202
  download_button.click(
203
  fn=download_log,
 
197
  outputs=[status_output, results_table, download_button]
198
  )
199
 
200
+ file_output = gr.File(label="Download Log File", visible=True)
201
 
202
  download_button.click(
203
  fn=download_log,