Spaces:
Running on CPU Upgrade

lunarflu HF Staff commited on
Commit
f5010c4
·
verified ·
1 Parent(s): d0b459f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def verify_button(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
151
  demo = gr.Blocks()
152
  with demo:
153
  try:
154
- TITLE = """<h1 align="center" id="space-title">🤗 Hugging Face Level Leaderboard</h1>"""
155
  gr.HTML(TITLE)
156
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
157
  #------------------------------------------------------------------------------
 
151
  demo = gr.Blocks()
152
  with demo:
153
  try:
154
+ TITLE = """<h1 align="center" id="space-title">🤗 Hugging Face Discord Verification</h1>"""
155
  gr.HTML(TITLE)
156
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
157
  #------------------------------------------------------------------------------