davanstrien HF Staff commited on
Commit
767009a
·
1 Parent(s): 8472fb4

Update login message in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -131,7 +131,8 @@ with gr.Blocks() as demo:
131
  )
132
  gr.HTML(
133
  """<div style='text-align:center;'>You can use this Space to help you find arXiv papers you can still claim.
134
- You need to be logged in to use this Space. Logging in will pre-populate your publication name based on the name in your Hugging Face profile but you can change this if you publish under a different name. </div>"""
 
135
  )
136
  gr.Markdown(
137
  "**NOTE** This Space uses the [Semantic Scholar"
 
131
  )
132
  gr.HTML(
133
  """<div style='text-align:center;'>You can use this Space to help you find arXiv papers you can still claim.
134
+ You need to be logged in to use this Space.
135
+ Once you login you're name will be prepopulated but you can change this if the name you publish under is different.</div>"""
136
  )
137
  gr.Markdown(
138
  "**NOTE** This Space uses the [Semantic Scholar"