LovnishVerma commited on
Commit
15d4458
·
verified ·
1 Parent(s): ad18055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+