Commit
·
1cc2d9a
1
Parent(s):
ea408fc
Revert "Fix log download in HF"
Browse filesThis reverts commit ea408fc85bf618eed0096cb756cd1c6e5b69e102.
app.py
CHANGED
@@ -161,7 +161,6 @@ with gr.Blocks(css=css, js=js) as demo:
|
|
161 |
|
162 |
btn_export.click(
|
163 |
fn=download_logs,
|
164 |
-
outputs=[gr.outputs.File(label="Download CSV")] # Ensure you have an output component for file download
|
165 |
)
|
166 |
|
167 |
df_subsectors.select(
|
|
|
161 |
|
162 |
btn_export.click(
|
163 |
fn=download_logs,
|
|
|
164 |
)
|
165 |
|
166 |
df_subsectors.select(
|