Spaces:
Running
Running
CodexCLI Bot
commited on
Commit
Β·
10fcc48
1
Parent(s):
20ede28
ui: add note between downloads and Overleaf about compiling ZIP with XeLaTeX
Browse files
app.py
CHANGED
|
@@ -4122,6 +4122,7 @@ This work, developed in collaboration with [TVG@Oxford](https://torrvision.com/i
|
|
| 4122 |
with gr.Row():
|
| 4123 |
pdf_file_out = gr.File(label="π Download Poster (PDF)", interactive=False, visible=True)
|
| 4124 |
zip_out = gr.File(label="π¦ Download Results (.zip)", interactive=False, visible=True)
|
|
|
|
| 4125 |
overleaf_out = gr.HTML(label="Open in Overleaf")
|
| 4126 |
# Debug (hidden)
|
| 4127 |
debug_zip_btn= gr.Button("π Test repo output.zip", variant="secondary", visible=False)
|
|
|
|
| 4122 |
with gr.Row():
|
| 4123 |
pdf_file_out = gr.File(label="π Download Poster (PDF)", interactive=False, visible=True)
|
| 4124 |
zip_out = gr.File(label="π¦ Download Results (.zip)", interactive=False, visible=True)
|
| 4125 |
+
gr.Markdown("The ZIP can be uploaded to Overleaf and compiled with XeLaTeX.")
|
| 4126 |
overleaf_out = gr.HTML(label="Open in Overleaf")
|
| 4127 |
# Debug (hidden)
|
| 4128 |
debug_zip_btn= gr.Button("π Test repo output.zip", variant="secondary", visible=False)
|