Spaces:
Sleeping
Sleeping
Commit
·
28526b0
1
Parent(s):
0d8ea05
Update label for ArXiv IDs in app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
|
|
124 |
author_name = gr.Textbox(label="Author name", interactive=True)
|
125 |
positive_arxiv_ids = gr.Textbox(
|
126 |
"e.g. 1910.01108",
|
127 |
-
label="ArXiv
|
128 |
interactive=True,
|
129 |
)
|
130 |
btn = gr.Button("Get papers")
|
|
|
124 |
author_name = gr.Textbox(label="Author name", interactive=True)
|
125 |
positive_arxiv_ids = gr.Textbox(
|
126 |
"e.g. 1910.01108",
|
127 |
+
label="ArXiv ID(s) for papers for which you are an author",
|
128 |
interactive=True,
|
129 |
)
|
130 |
btn = gr.Button("Get papers")
|