Spaces:
Sleeping
Sleeping
Commit
·
767009a
1
Parent(s):
8472fb4
Update login message in app.py
Browse files
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.
|
|
|
|
| 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"
|