nagasurendra commited on
Commit
2eb41b1
·
verified ·
1 Parent(s): d8b1c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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, # Same zip for logs, images
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