Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,8 @@ def main():
|
|
| 23 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
| 24 |
|
| 25 |
with st.sidebar:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
page = option_menu(menu_title='Menu',
|
| 29 |
menu_icon="robot",
|
| 30 |
options=["Clustering Analysis",
|
|
|
|
| 23 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
| 24 |
|
| 25 |
with st.sidebar:
|
| 26 |
+
image = Image.open('itaca_logo.png')
|
| 27 |
+
st.image(image, width=150) #,use_column_width=True)
|
| 28 |
page = option_menu(menu_title='Menu',
|
| 29 |
menu_icon="robot",
|
| 30 |
options=["Clustering Analysis",
|