Update app.py
Browse files
app.py
CHANGED
|
@@ -113,8 +113,8 @@ def check_registration(oauth_token: gr.OAuthToken = None):
|
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
gr.Markdown("### Registration Form (HuggingFace login required)")
|
| 115 |
|
| 116 |
-
gr.Markdown("Login to Hugging Face to register to E2LM Competition.")
|
| 117 |
-
gr.Markdown("<span style='color:red'><strong>Note</strong>:You must log-in to Hugging Face to register to the competition.</span>")
|
| 118 |
gr.LoginButton(min_width=250)
|
| 119 |
|
| 120 |
# Hidden text to store HF username from auth
|
|
|
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
gr.Markdown("### Registration Form (HuggingFace login required)")
|
| 115 |
|
| 116 |
+
# gr.Markdown("Login to Hugging Face to register to E2LM Competition.")
|
| 117 |
+
gr.Markdown("<span style='color:red'><strong>Note</strong>: You must log-in to Hugging Face to register to the competition.</span>")
|
| 118 |
gr.LoginButton(min_width=250)
|
| 119 |
|
| 120 |
# Hidden text to store HF username from auth
|