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

centered preamble

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