Spaces:
Runtime error
Runtime error
steveabk6 commited on
Commit ·
3264b81
1
Parent(s): d051004
init
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 29 |
|
| 30 |
if profile:
|
| 31 |
username= f"{profile.username}"
|
| 32 |
-
print(f"User logged in: {username}")
|
| 33 |
else:
|
| 34 |
print("User not logged in.")
|
| 35 |
return "Please Login to Hugging Face with the button.", None
|
|
|
|
| 29 |
|
| 30 |
if profile:
|
| 31 |
username= f"{profile.username}"
|
| 32 |
+
print(f"User logged in: {username} ")
|
| 33 |
else:
|
| 34 |
print("User not logged in.")
|
| 35 |
return "Please Login to Hugging Face with the button.", None
|