CodexCLI Bot commited on
Commit
5c6d055
ยท
1 Parent(s): 116b5ff

UI: only keep requested changes (top-right logos + emoji); hide extra PDF download button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2466,12 +2466,12 @@ The framework builds upon ๐Ÿช [CAMEL-ai](https://github.com/camel-ai/camel).
2466
  with gr.Accordion("Output", open=True):
2467
  # Preview on top
2468
  img_out = gr.Image(label="๐Ÿ–ผ๏ธ Poster (Image Preview)", interactive=False)
2469
- # Logs in the middle
2470
  logs_out = gr.Textbox(label="๐Ÿงพ Logs", lines=10, max_lines=20)
2471
  # Downloads at bottom
2472
  pdf_out = gr.HTML(label="๐Ÿ“„ Poster (PDF Preview)", visible=False)
2473
  with gr.Row():
2474
- pdf_file_out = gr.File(label="๐Ÿ“„ Download Poster (PDF)", interactive=False)
2475
  zip_out = gr.File(label="๐Ÿ“ฆ Download Results (.zip)", interactive=False)
2476
  overleaf_out = gr.HTML(label="Open in Overleaf")
2477
  # Debug (hidden)
 
2466
  with gr.Accordion("Output", open=True):
2467
  # Preview on top
2468
  img_out = gr.Image(label="๐Ÿ–ผ๏ธ Poster (Image Preview)", interactive=False)
2469
+ # Logs in the middle (keep compact height)
2470
  logs_out = gr.Textbox(label="๐Ÿงพ Logs", lines=10, max_lines=20)
2471
  # Downloads at bottom
2472
  pdf_out = gr.HTML(label="๐Ÿ“„ Poster (PDF Preview)", visible=False)
2473
  with gr.Row():
2474
+ pdf_file_out = gr.File(label="๐Ÿ“„ Download Poster (PDF)", interactive=False, visible=False)
2475
  zip_out = gr.File(label="๐Ÿ“ฆ Download Results (.zip)", interactive=False)
2476
  overleaf_out = gr.HTML(label="Open in Overleaf")
2477
  # Debug (hidden)