teelinsan commited on
Commit
8ac92f5
1 Parent(s): 6fd5f92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
  </div>
47
  """
48
  gr.HTML(header)
49
- gr.Markdown("Drop or upload your paper here to have it checked for [ACL conferences](https://www.aclweb.org/) guidelines.")
50
  dropdown = gr.Dropdown(
51
  ["long", "short", "demo", "other"], label="Paper type", value="long"
52
  )
 
46
  </div>
47
  """
48
  gr.HTML(header)
49
+ gr.Markdown("Drop or upload your paper here to have it checked for [*ACL conferences](https://www.aclweb.org/) guidelines.")
50
  dropdown = gr.Dropdown(
51
  ["long", "short", "demo", "other"], label="Paper type", value="long"
52
  )