Wauplin HF staff commited on
Commit
ccc89f6
1 Parent(s): 7e4c738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def hello(profile: Optional[gr.OAuthProfile]) -> str:
16
  if profile["preferred_username"] not in list_org_users():
17
  return (
18
  "## You must be a member of the OAuthTesters organization to access this section.\n\nGo to"
19
- " https://huggingface.co/organizations/OAuthTesters to join."
20
  )
21
  return (
22
  "## Yay! You are part of the team and can see this very secret section!\n\n<img"
 
16
  if profile["preferred_username"] not in list_org_users():
17
  return (
18
  "## You must be a member of the OAuthTesters organization to access this section.\n\nGo to"
19
+ " https://huggingface.co/OAuthTesters to join."
20
  )
21
  return (
22
  "## Yay! You are part of the team and can see this very secret section!\n\n<img"