Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -404,9 +404,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange")) as iface:
|
|
404 |
chart_output,
|
405 |
map_output,
|
406 |
json_download,
|
407 |
-
zip_download,
|
408 |
-
zip_download
|
409 |
-
video_download
|
410 |
]
|
411 |
)
|
412 |
|
|
|
404 |
chart_output,
|
405 |
map_output,
|
406 |
json_download,
|
407 |
+
zip_download, # Single zip for all files
|
408 |
+
zip_download # Same zip for logs, images
|
|
|
409 |
]
|
410 |
)
|
411 |
|