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