Mark7549 commited on
Commit
be22c70
·
1 Parent(s): 3934427

changed the icons in the navigation bar on the left

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