LovnishVerma commited on
Commit
67b481a
1 Parent(s): 41cef17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,13 +9,13 @@ import streamlit as st
9
 
10
  # Set page title and description
11
  st.set_page_config(
12
- page_title="Attendance System Using Face Recognition",
13
  page_icon="📷",
14
  layout="centered",
15
  initial_sidebar_state="collapsed"
16
  )
17
  st.title("Attendance System Using Face Recognition 📷")
18
- st.markdown("This app recognizes faces in an image, verifies Aadhaar card details, and updates attendance records with the current timestamp & Location.")
19
 
20
  # Load images for face recognition
21
  Images = []
 
9
 
10
  # Set page title and description
11
  st.set_page_config(
12
+ page_title="Aadhaar Base Face Recognition Attendance System",
13
  page_icon="📷",
14
  layout="centered",
15
  initial_sidebar_state="collapsed"
16
  )
17
  st.title("Attendance System Using Face Recognition 📷")
18
+ st.markdown("This app recognizes faces in an image, verifies Aadhaar card details, and updates attendance records with the current timestamp.")
19
 
20
  # Load images for face recognition
21
  Images = []