lunarflu HF staff commited on
Commit
8e267f5
·
verified ·
1 Parent(s): e3346fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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! To change discord accounts or HF accounts, contact @lunarflu on discord")
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"