basma-b commited on
Commit
f1fe6cb
·
verified ·
1 Parent(s): 9d3e66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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