blanchon commited on
Commit
96585e4
·
1 Parent(s): a5006e5

log user 2

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -239,6 +239,7 @@ with gr.Blocks(title="PixDiet", theme=gr.themes.Ocean()) as demo:
239
  )
240
 
241
  def get_profile(profile) -> dict:
 
242
  return {
243
  "username": profile.username,
244
  "profile": profile.profile,
 
239
  )
240
 
241
  def get_profile(profile) -> dict:
242
+ print(profile)
243
  return {
244
  "username": profile.username,
245
  "profile": profile.profile,