Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
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():
|