RajaThor commited on
Commit
9148ade
·
verified ·
1 Parent(s): 61396e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ def delete_person_ui():
301
  st.success(result)
302
 
303
  # Streamlit interface for user authentication
304
- def authenticate_user_ui():
305
  st.title("Insta's EYE")
306
  st.sidebar.title("Options")
307
 
 
301
  st.success(result)
302
 
303
  # Streamlit interface for user authentication
304
+ def authenticate_user_ui(db_firestore, db_realtime): # Pass the database references as arguments
305
  st.title("Insta's EYE")
306
  st.sidebar.title("Options")
307