CodexCLI Bot commited on
Commit
f14c9eb
Β·
1 Parent(s): 24b6af2

UI: make PDF and ZIP download buttons always visible

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3168,8 +3168,8 @@ The framework builds upon πŸͺ [CAMEL-ai](https://github.com/camel-ai/camel).
3168
  # Downloads at bottom
3169
  pdf_out = gr.HTML(label="πŸ“„ Poster (PDF Preview)", visible=False)
3170
  with gr.Row():
3171
- pdf_file_out = gr.File(label="πŸ“„ Download Poster (PDF)", interactive=False, visible=False)
3172
- zip_out = gr.File(label="πŸ“¦ Download Results (.zip)", interactive=False)
3173
  overleaf_out = gr.HTML(label="Open in Overleaf")
3174
  # Debug (hidden)
3175
  debug_zip_btn= gr.Button("🐞 Test repo output.zip", variant="secondary", visible=False)
 
3168
  # Downloads at bottom
3169
  pdf_out = gr.HTML(label="πŸ“„ Poster (PDF Preview)", visible=False)
3170
  with gr.Row():
3171
+ pdf_file_out = gr.File(label="πŸ“„ Download Poster (PDF)", interactive=False, visible=True)
3172
+ zip_out = gr.File(label="πŸ“¦ Download Results (.zip)", interactive=False, visible=True)
3173
  overleaf_out = gr.HTML(label="Open in Overleaf")
3174
  # Debug (hidden)
3175
  debug_zip_btn= gr.Button("🐞 Test repo output.zip", variant="secondary", visible=False)