davanstrien HF Staff commited on
Commit
481f2d5
·
1 Parent(s): 67105c9

Update Hugging Face Paper Claimer UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def get_papers(
114
 
115
 
116
  with gr.Blocks() as demo:
117
- gr.Markdown("## Hugging Face Paper Claimer")
118
  gr.Markdown("This Space helps you claim your papers on Hugging Face papers")
119
  with gr.Row():
120
  gr.LoginButton(size="sm")
 
114
 
115
 
116
  with gr.Blocks() as demo:
117
+ gr.HTML("<h1 style='text-align:center;'>Hugging Face Paper Claimer</h1>")
118
  gr.Markdown("This Space helps you claim your papers on Hugging Face papers")
119
  with gr.Row():
120
  gr.LoginButton(size="sm")