Rasleen commited on
Commit
0b20aa4
Β·
verified Β·
1 Parent(s): 7797d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def prod_function(app, prod_path, webcam_img_pil):
68
  return results, cv2_webcam
69
 
70
  # Streamlit tabs
71
- about_tab, app_tab = st.tabs(["About the app", "Face Recognition"])
72
 
73
  with about_tab:
74
  st.markdown("""
 
68
  return results, cv2_webcam
69
 
70
  # Streamlit tabs
71
+ about_tab, app_tab, register_tab = st.tabs(["About the app", "Face Recognition", "Register new Student"])
72
 
73
  with about_tab:
74
  st.markdown("""