Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if img_file_buffer is not None:
|
|
75 |
# response = requests.post(url )
|
76 |
|
77 |
# # using post method
|
78 |
-
url = "https://aimljul24f.glitch.me"
|
79 |
url1 = "/save"
|
80 |
data = {'rollno': '99','name': name, 'email': '[email protected]','pwd': '**' }
|
81 |
# response = requests.post(url +url1 , data=data)
|
|
|
75 |
# response = requests.post(url )
|
76 |
|
77 |
# # using post method
|
78 |
+
url = "https://www.aimljul24f.glitch.me"
|
79 |
url1 = "/save"
|
80 |
data = {'rollno': '99','name': name, 'email': '[email protected]','pwd': '**' }
|
81 |
# response = requests.post(url +url1 , data=data)
|