nikshep01 commited on
Commit
2551617
·
verified ·
1 Parent(s): b6525f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ if file_name is not None:
92
 
93
  # Store attendance in SQLite database
94
  print(recognized_names)
95
- add_attendance(recognized_names)
96
  # Display the image with recognized faces
97
  st.image(image, use_column_width=True, output_format="PNG")
98
  st.write("Length : {recognizes_names}")
 
92
 
93
  # Store attendance in SQLite database
94
  print(recognized_names)
95
+ add_attendance(name)
96
  # Display the image with recognized faces
97
  st.image(image, use_column_width=True, output_format="PNG")
98
  st.write("Length : {recognizes_names}")