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

Update app.py

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