RajaThor commited on
Commit
be945c0
·
verified ·
1 Parent(s): 0b83aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,10 +342,10 @@ def tour_guide_ui():
342
 
343
  # Streamlit interface for user authentication
344
  def authenticate_user_ui():
345
- st.title("Insta's EYE", st.image(logo, width=50) )
346
  # Display the logo
347
  logo_path = os.path.join(current_directory, "Explore+.png")
348
  logo = Image.open(logo_path)
 
349
  st.sidebar.title("Options")
350
 
351
  if st.session_state.auth_state["signed_in"]:
 
342
 
343
  # Streamlit interface for user authentication
344
  def authenticate_user_ui():
 
345
  # Display the logo
346
  logo_path = os.path.join(current_directory, "Explore+.png")
347
  logo = Image.open(logo_path)
348
+ st.title("Insta's EYE", st.image(logo, width=50) )
349
  st.sidebar.title("Options")
350
 
351
  if st.session_state.auth_state["signed_in"]: