Update app.py
Browse files
app.py
CHANGED
|
@@ -114,6 +114,7 @@ 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.LoginButton(min_width=250)
|
| 118 |
|
| 119 |
# Hidden text to store HF username from auth
|
|
|
|
| 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
|