Update app.py
Browse files
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"]:
|