Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,11 @@ def recognize_face():
|
|
204 |
# else:
|
205 |
# st.info("No attendance records available.")
|
206 |
|
|
|
|
|
207 |
import io
|
|
|
|
|
208 |
|
209 |
def view_attendance_records():
|
210 |
# Styled Heading
|
|
|
204 |
# else:
|
205 |
# st.info("No attendance records available.")
|
206 |
|
207 |
+
|
208 |
+
|
209 |
import io
|
210 |
+
import pandas as pd
|
211 |
+
import streamlit as st
|
212 |
|
213 |
def view_attendance_records():
|
214 |
# Styled Heading
|