nikshep01 commited on
Commit
f19ddd2
·
verified ·
1 Parent(s): 8a5eada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
33
  # camera to take photo of user in question
34
  file_name = st.file_uploader("Upload image")
35
 
36
- def update_data(names):
37
  url = "https://20march2024-flask.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint
38
  success_count = 0
39
 
 
33
  # camera to take photo of user in question
34
  file_name = st.file_uploader("Upload image")
35
 
36
+ def add_attendance(names):
37
  url = "https://20march2024-flask.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint
38
  success_count = 0
39