Spaces:
Sleeping
Sleeping
Commit
·
a80ee5f
1
Parent(s):
586b2cb
Update HTML content for Hugging Face Paper Claimer
Browse files
app.py
CHANGED
@@ -115,10 +115,10 @@ def get_papers(
|
|
115 |
|
116 |
with gr.Blocks() as demo:
|
117 |
gr.HTML(
|
118 |
-
"<h1 style='text-align:center;'> 📃 Hugging Face Paper Claimer 📃
|
119 |
)
|
120 |
gr.HTML(
|
121 |
-
"<div style='text-align:center;'>
|
122 |
)
|
123 |
with gr.Row():
|
124 |
gr.LoginButton(size="sm")
|
|
|
115 |
|
116 |
with gr.Blocks() as demo:
|
117 |
gr.HTML(
|
118 |
+
"<h1 style='text-align:center;'> 📃 Hugging Face Paper Claimer 📃 </h1>"
|
119 |
)
|
120 |
gr.HTML(
|
121 |
+
"<div style='text-align:center;'>You can use this Space to help you find arXiv papers you can still claim.</div>"
|
122 |
)
|
123 |
with gr.Row():
|
124 |
gr.LoginButton(size="sm")
|