Spaces:
Sleeping
Sleeping
chore: visible download
Browse files
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=
|
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,
|