RajaThor commited on
Commit
b3743e3
·
verified ·
1 Parent(s): 41cac75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -290,6 +290,7 @@ def tour_guide_ui():
290
  # Streamlit interface for user authentication
291
  def authenticate_user_ui():
292
  st.title("Insta's EYE")
 
293
  st.sidebar.title("Options")
294
 
295
  if st.session_state.auth_state["signed_in"]:
 
290
  # Streamlit interface for user authentication
291
  def authenticate_user_ui():
292
  st.title("Insta's EYE")
293
+ st.image(current_directory,"Explore+.png", use_column_width=True)
294
  st.sidebar.title("Options")
295
 
296
  if st.session_state.auth_state["signed_in"]: