lunarflu HF staff commited on
Commit
7d91736
·
verified ·
1 Parent(s): 7a7bdb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ def hello(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
84
  # Remove the token after successful verification
85
  del user_tokens[int(user_id)]
86
 
87
- return f"# ✅ Successfully logged in as {profile.username}. User ID: {user_id}"
 
88
 
89
  with gr.Blocks() as demo:
90
  with gr.Row():
 
84
  # Remove the token after successful verification
85
  del user_tokens[int(user_id)]
86
 
87
+ # profile.username
88
+ return f"# ✅ Verification successful! We have linked your Hugging Face and Discord accounts. You can now earn exp for activity on Hugging Face as well as on Discord!"
89
 
90
  with gr.Blocks() as demo:
91
  with gr.Row():