tommy24 commited on
Commit
aea4665
·
1 Parent(s): 34e5647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1041,6 +1041,9 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1041
  "name": name,
1042
  "email": email
1043
  })
 
 
 
1044
 
1045
  if points.status_code == 200:
1046
  point_data = points.json()
 
1041
  "name": name,
1042
  "email": email
1043
  })
1044
+
1045
+ print("NAME:", name, "|", "EMAIL:", email)
1046
+ print("RESPONSE FROM POINTS:", points.content)
1047
 
1048
  if points.status_code == 200:
1049
  point_data = points.json()