Spaces:
Runtime error
Runtime error
Prateek954
commited on
Commit
•
ccafaf1
1
Parent(s):
a5bd6c9
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
|
32 |
file_name = st.camera_input("Take a picture") #st.file_uploader("Upload image ")
|
33 |
def update_data(name):
|
34 |
|
35 |
-
url = "https://
|
36 |
data = {'name': name}
|
37 |
response = requests.post(url , data=data )
|
38 |
|
|
|
32 |
file_name = st.camera_input("Take a picture") #st.file_uploader("Upload image ")
|
33 |
def update_data(name):
|
34 |
|
35 |
+
url = "https://https://albadi-hood-chd.glitch.me/adduserdata1" #?rollno=222&name="+name
|
36 |
data = {'name': name}
|
37 |
response = requests.post(url , data=data )
|
38 |
|