Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ file_name = st.camera_input("Upload image")
36
 
37
 
38
  def add_attendance(names):
39
- url = "https://ai-ml-project.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint
40
  success_count = 0
41
  print(len(names))
42
 
 
36
 
37
 
38
  def add_attendance(names):
39
+ url = "https://smart-attendance-system1.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint
40
  success_count = 0
41
  print(len(names))
42