PRIYANSHUDHAKED commited on
Commit
2553622
·
verified ·
1 Parent(s): 54dc8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ if st.button("Add to Database"):
87
  with open(db_image_path, "wb") as f:
88
  f.write(database_file.getbuffer())
89
  attendance_system.add_to_database(roll_number, db_image_path)
90
- st.success("Image added to database successfully")"
 
87
  with open(db_image_path, "wb") as f:
88
  f.write(database_file.getbuffer())
89
  attendance_system.add_to_database(roll_number, db_image_path)
90
+ st.success("Image added to database successfully")