Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|