cgeorgiaw HF Staff commited on
Commit
4d92199
·
1 Parent(s): 0bcfe16

fixing login button

Browse files
Files changed (1) hide show
  1. submit.py +2 -0
submit.py CHANGED
@@ -23,6 +23,8 @@ def submit_boundary(
23
  ) -> str:
24
 
25
  # error handling
 
 
26
  if profile.username is None:
27
  raise gr.Error("You must be logged in to submit a file.")
28
 
 
23
  ) -> str:
24
 
25
  # error handling
26
+ print(profile)
27
+ print("the profile name is: ", profile.username)
28
  if profile.username is None:
29
  raise gr.Error("You must be logged in to submit a file.")
30