davanstrien HF Staff commited on
Commit
a80ee5f
·
1 Parent(s): 586b2cb

Update HTML content for Hugging Face Paper Claimer

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;'> &#x1F4C3; Hugging Face Paper Claimer &#x1F4C3;</h1>"
119
  )
120
  gr.HTML(
121
- "<div style='text-align:center;'>Find your unclaimed Hugging Face Papers</div>"
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;'> &#x1F4C3; Hugging Face Paper Claimer &#x1F4C3; </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")