changed the icons in the navigation bar on the left
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with st.sidebar:
|
|
105 |
st.image('images/AGALMA_logo_v2.png')
|
106 |
# st.markdown('# ἄγαλμα | AGALMA')
|
107 |
selected = option_menu('ἄγαλμα | AGALMA', ["App", "About", "FAQ", "Subcorpora", "License"],
|
108 |
-
menu_icon="menu", default_index=0, orientation="vertical", styles=styles_vertical)
|
109 |
|
110 |
if selected == "App":
|
111 |
# Horizontal menu
|
|
|
105 |
st.image('images/AGALMA_logo_v2.png')
|
106 |
# st.markdown('# ἄγαλμα | AGALMA')
|
107 |
selected = option_menu('ἄγαλμα | AGALMA', ["App", "About", "FAQ", "Subcorpora", "License"],
|
108 |
+
menu_icon="menu", default_index=0, orientation="vertical", styles=styles_vertical, icons=['house', 'file-person', 'question-square', 'book', 'file-earmark'])
|
109 |
|
110 |
if selected == "App":
|
111 |
# Horizontal menu
|