dperales commited on
Commit
5379dcd
·
1 Parent(s): 646a1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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",
 
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",