Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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 |
#------------------------------------------------------------------------------
|