Update app.py
Browse files
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:
|