Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,10 +51,11 @@ def classify_paper(title, abstract):
|
|
51 |
|
52 |
|
53 |
with gr.Blocks(title='Paper classifier') as demo:
|
54 |
-
|
55 |
gr.Markdown('Please enter an arXiv link **OR** fill title and abstract manually')
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
|
|
58 |
arxiv_link = gr.Textbox(label="Arxiv link")
|
59 |
|
60 |
b1 = gr.Button("Parse Link")
|
|
|
51 |
|
52 |
|
53 |
with gr.Blocks(title='Paper classifier') as demo:
|
54 |
+
gr.Markdown('# Paper Topic Classifier')
|
55 |
gr.Markdown('Please enter an arXiv link **OR** fill title and abstract manually')
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
58 |
+
gr.Markdown('## Inputs')
|
59 |
arxiv_link = gr.Textbox(label="Arxiv link")
|
60 |
|
61 |
b1 = gr.Button("Parse Link")
|