Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -848,7 +848,7 @@ def verify_button(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
|
|
848 |
|
849 |
# check if hf_user_name in dataframe:
|
850 |
if profile.username in global_df['hf_user_name'].values:
|
851 |
-
return (f"# ❌ The HF account {profile.username} is already verified!
|
852 |
|
853 |
# check if discord_user_id in dataframe:
|
854 |
altered_member_id = "L" + str(user_id) + "L"
|
|
|
848 |
|
849 |
# check if hf_user_name in dataframe:
|
850 |
if profile.username in global_df['hf_user_name'].values:
|
851 |
+
return (f"# ❌ The HF account {profile.username} is already verified!")
|
852 |
|
853 |
# check if discord_user_id in dataframe:
|
854 |
altered_member_id = "L" + str(user_id) + "L"
|