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

Update app.py

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