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