Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(title='Paper classifier') as demo:
|
|
60 |
with gr.Column():
|
61 |
gr.Markdown('## Inputs')
|
62 |
gr.Markdown('#### Please enter an arXiv link **OR** fill title and abstract manually')
|
63 |
-
arxiv_link = gr.Textbox(label="Arxiv link", placeholder="
|
64 |
|
65 |
b1 = gr.Button("Parse Link")
|
66 |
|
|
|
60 |
with gr.Column():
|
61 |
gr.Markdown('## Inputs')
|
62 |
gr.Markdown('#### Please enter an arXiv link **OR** fill title and abstract manually')
|
63 |
+
arxiv_link = gr.Textbox(label="Arxiv link", placeholder="https://arxiv.org/abs/1706.03762")
|
64 |
|
65 |
b1 = gr.Button("Parse Link")
|
66 |
|