davanstrien HF Staff commited on
Commit
28526b0
·
1 Parent(s): 0d8ea05

Update label for ArXiv IDs in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 IDs for papers for which you are an author",
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")