Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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"
|