Spaces:
Sleeping
Sleeping
Commit
·
708bff1
1
Parent(s):
481f2d5
Update Hugging Face Paper Claimer UI.
Browse files
app.py
CHANGED
@@ -115,7 +115,9 @@ def get_papers(
|
|
115 |
|
116 |
with gr.Blocks() as demo:
|
117 |
gr.HTML("<h1 style='text-align:center;'>Hugging Face Paper Claimer</h1>")
|
118 |
-
gr.
|
|
|
|
|
119 |
with gr.Row():
|
120 |
gr.LoginButton(size="sm")
|
121 |
gr.LogoutButton(size="sm")
|
|
|
115 |
|
116 |
with gr.Blocks() as demo:
|
117 |
gr.HTML("<h1 style='text-align:center;'>Hugging Face Paper Claimer</h1>")
|
118 |
+
gr.HTML(
|
119 |
+
"<div style='text-align:center;'>This Space helps you claim your papers on Hugging Face papers</div>"
|
120 |
+
)
|
121 |
with gr.Row():
|
122 |
gr.LoginButton(size="sm")
|
123 |
gr.LogoutButton(size="sm")
|