Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -195,8 +195,7 @@ prod_dl = DataLoader(prod_ds, batch_size=BATCH_SIZE)
|
|
195 |
|
196 |
|
197 |
st.markdown("# AI Face Recognition app for automated employee attendance")
|
198 |
-
|
199 |
-
app_tab = st.tabs(["Face Recognition"])
|
200 |
## About the app Tab
|
201 |
#with about_tab:
|
202 |
# st.markdown(
|
|
|
195 |
|
196 |
|
197 |
st.markdown("# AI Face Recognition app for automated employee attendance")
|
198 |
+
about_tab, app_tab = st.tabs(["About the app", "Face Recognition"])
|
|
|
199 |
## About the app Tab
|
200 |
#with about_tab:
|
201 |
# st.markdown(
|