tommy24 commited on
Commit
c324b13
·
1 Parent(s): bdff327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1041,6 +1041,8 @@ 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("POINTSSSSS:", points)
1046
 
1047
  if points.status_code == 200:
1048
  point_data = points.json()