steveabk6 commited on
Commit
3264b81
·
1 Parent(s): d051004
Files changed (1) hide show
  1. app.py +1 -1
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