Kaushik066 commited on
Commit
7223d1f
·
verified ·
1 Parent(s): 89b1493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- #about_tab, app_tab = st.tabs(["About the app", "Face Recognition"])
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(