Spaces:
Sleeping
Sleeping
Commit
·
586b2cb
1
Parent(s):
619873d
Fix formatting of Hugging Face Paper Claimer
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def get_papers(
|
|
115 |
|
116 |
with gr.Blocks() as demo:
|
117 |
gr.HTML(
|
118 |
-
"<h1 style='text-align:center;'
|
119 |
)
|
120 |
gr.HTML(
|
121 |
"<div style='text-align:center;'>Find your unclaimed Hugging Face Papers</div>"
|
|
|
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;'>Find your unclaimed Hugging Face Papers</div>"
|