Spaces:
Running
Running
Update app.py
Browse files
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()
|