RajaThor commited on
Commit
c76a2a4
·
verified ·
1 Parent(s): 87ef54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def authenticate_user_ui():
292
  st.title("Insta's EYE")
293
  # Display the logo
294
  logo_path = os.path.join(current_directory, "Explore+.png")
295
- st.sidebar.image(logo_path, caption='Insta\'s EYE Logo', use_column_width=True)
296
  st.sidebar.title("Options")
297
 
298
  if st.session_state.auth_state["signed_in"]:
 
292
  st.title("Insta's EYE")
293
  # Display the logo
294
  logo_path = os.path.join(current_directory, "Explore+.png")
295
+ st.sidebar.image(logo_path, caption='Insta\'s EYE Logo', use_column_width=True)
296
  st.sidebar.title("Options")
297
 
298
  if st.session_state.auth_state["signed_in"]: