Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|