Michael-Geis commited on
Commit
c03b0da
1 Parent(s): e6efbe7

modified preamble

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def outputs_from_id(input_id, threshold_probability):
62
 
63
  with gr.Blocks() as demo:
64
  gr.Markdown(
65
- """# <center> Math Subject Classifier </center>
66
- #### [Search](www.arxiv.org) for a math article and input its ID number below."""
67
  )
68
  with gr.Row():
69
  id_input = gr.Textbox(label="arXiv ID:", placeholder="XXXX.XXXXX")
 
62
 
63
  with gr.Blocks() as demo:
64
  gr.Markdown(
65
+ """# <center> Math Subject Classifier
66
+ ## [Search](https://arxiv.org) for a math article and input its ID number below. </center>"""
67
  )
68
  with gr.Row():
69
  id_input = gr.Textbox(label="arXiv ID:", placeholder="XXXX.XXXXX")