dperales commited on
Commit
5eba977
·
1 Parent(s): 8d9e8e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ hide_streamlit_style = """
21
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
22
 
23
  with st.sidebar:
24
- image = Image.open('itaca_logo.png')
25
  st.image(image,use_column_width=True)
26
  page = option_menu(menu_title='Menu',
27
  menu_icon="robot",
 
21
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
22
 
23
  with st.sidebar:
24
+ image = Image.open('./itaca_logo.png')
25
  st.image(image,use_column_width=True)
26
  page = option_menu(menu_title='Menu',
27
  menu_icon="robot",