Yozhikoff commited on
Commit
8defca4
Β·
1 Parent(s): dd67f91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")