Spaces:
Sleeping
Sleeping
Commit
·
f558c28
1
Parent(s):
452fe9c
Remove unnecessary code in app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks() as demo:
|
|
139 |
placeholder="Daniel van Strien",
|
140 |
label="The name you publish under",
|
141 |
interactive=True,
|
142 |
-
)
|
143 |
positive_arxiv_ids = gr.Textbox(
|
144 |
placeholder="1910.01108",
|
145 |
label="ArXiv ID for a paper for which you are an author",
|
|
|
139 |
placeholder="Daniel van Strien",
|
140 |
label="The name you publish under",
|
141 |
interactive=True,
|
142 |
+
)
|
143 |
positive_arxiv_ids = gr.Textbox(
|
144 |
placeholder="1910.01108",
|
145 |
label="ArXiv ID for a paper for which you are an author",
|