basma-b commited on
Commit
6c52ec4
Β·
verified Β·
1 Parent(s): 19c64f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -75,7 +75,9 @@ def submit_form(email, team, affiliation, student, oauth_token: gr.OAuthToken =
75
  )
76
 
77
  return "Registration successful! Now you need to join the competition's HF organization click on https://huggingface.co/organizations/e2lmc-competition/share/RyoEZjTiJQMpOLyTaHCsaTEFdRABGJkUrh"
78
-
 
 
79
 
80
  def check_registration(oauth_token: gr.OAuthToken = None):
81
  if oauth_token is None or oauth_token.token is None:
 
75
  )
76
 
77
  return "Registration successful! Now you need to join the competition's HF organization click on https://huggingface.co/organizations/e2lmc-competition/share/RyoEZjTiJQMpOLyTaHCsaTEFdRABGJkUrh"
78
+ return f"""πŸš€ Registration successful!
79
+ πŸ‘‰ Now you need to join the competition's HF organization, [**join the competition organization**](https://huggingface.co/organizations/e2lmc-competition/share/RyoEZjTiJQMpOLyTaHCsaTEFdRABGJkUrh)
80
+ """
81
 
82
  def check_registration(oauth_token: gr.OAuthToken = None):
83
  if oauth_token is None or oauth_token.token is None: