Spaces:
Sleeping
Sleeping
yuntian-deng
commited on
Commit
•
14684f7
1
Parent(s):
53198b9
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
119 |
live=False,
|
120 |
concurrency_limit=1
|
121 |
)
|
122 |
-
arxiv_box = gr.Textbox(label="[Optional] Autofill using arXiv URL/ID", placeholder="[Optional]
|
123 |
autofill_btn = gr.Button("Predict using arXiv URL/ID", variant="secondary")
|
124 |
autofill_btn.click(update_fields, inputs=[arxiv_box], outputs=[title_box, author_box, abstract_box, output_box], concurrency_limit=1)
|
125 |
|
|
|
119 |
live=False,
|
120 |
concurrency_limit=1
|
121 |
)
|
122 |
+
arxiv_box = gr.Textbox(label="[Optional] Autofill using arXiv URL/ID", placeholder="[Optional] Enter arXiv URL/ID here and click button below")
|
123 |
autofill_btn = gr.Button("Predict using arXiv URL/ID", variant="secondary")
|
124 |
autofill_btn.click(update_fields, inputs=[arxiv_box], outputs=[title_box, author_box, abstract_box, output_box], concurrency_limit=1)
|
125 |
|