Push Bot commited on
Commit
8aecc6b
Β·
1 Parent(s): e81f526

Sync before push logos

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2007,8 +2007,8 @@ This work, developed in collaboration with [TVG@Oxford](https://torrvision.com/i
2007
  # Downloads at bottom
2008
  pdf_out = gr.HTML(label="πŸ“„ Poster (PDF Preview)", visible=False)
2009
  with gr.Row():
2010
- pdf_file_out = gr.File(label="πŸ“„ Download Poster (PDF)")
2011
- zip_out = gr.File(label="πŸ“¦ Download Results (.zip)")
2012
  overleaf_out = gr.HTML(label="Open in Overleaf")
2013
  # Debug (hidden)
2014
  debug_zip_btn= gr.Button("🐞 Test repo output.zip", variant="secondary", visible=False)
 
2007
  # Downloads at bottom
2008
  pdf_out = gr.HTML(label="πŸ“„ Poster (PDF Preview)", visible=False)
2009
  with gr.Row():
2010
+ pdf_file_out = gr.File(label="πŸ“„ Download Poster (PDF)", interactive=False)
2011
+ zip_out = gr.File(label="πŸ“¦ Download Results (.zip)", interactive=False)
2012
  overleaf_out = gr.HTML(label="Open in Overleaf")
2013
  # Debug (hidden)
2014
  debug_zip_btn= gr.Button("🐞 Test repo output.zip", variant="secondary", visible=False)