Update app.py
Browse files
app.py
CHANGED
@@ -138,3 +138,4 @@ if st.checkbox("Show registered students"):
|
|
138 |
name, roll_no, image_path, timestamp = row
|
139 |
st.write(f"**Name:** {name}, **Roll No:** {roll_no}, **Timestamp:** {timestamp}")
|
140 |
st.image(image_path, caption=f"{name} ({roll_no})", use_column_width=True)
|
|
|
|
138 |
name, roll_no, image_path, timestamp = row
|
139 |
st.write(f"**Name:** {name}, **Roll No:** {roll_no}, **Timestamp:** {timestamp}")
|
140 |
st.image(image_path, caption=f"{name} ({roll_no})", use_column_width=True)
|
141 |
+
|