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

fixed md header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def outputs_from_id(input_id, threshold_probability):
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():
 
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():