ThomasSimonini HF Staff commited on
Commit
0d345f8
·
verified ·
1 Parent(s): 6e9feb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ def handle_certificate(name, profile: gr.OAuthProfile):
60
  return "You must be logged in with your Hugging Face account.", None
61
 
62
  username = profile.username
 
63
  user_score = check_user_score(username)
64
 
65
  if not user_score:
 
60
  return "You must be logged in with your Hugging Face account.", None
61
 
62
  username = profile.username
63
+ print("USERNAME", username)
64
  user_score = check_user_score(username)
65
 
66
  if not user_score: