georad commited on
Commit
25be930
·
verified ·
1 Parent(s): 36c74c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ from streamlit_option_menu import option_menu
5
 
6
  with st.sidebar:
7
  selected=option_menu(
8
- menu_title = "SBS V2.0 Mapper",
9
  options = ["Chapters for selection", "DEMO for text entry", "DEMO for file upload (coming)", "About the app"],
10
- icons = ["book", "keyboard", "upload", "info"],
11
  menu_icon = "receipt",
12
  default_index = 0,
13
  )
 
5
 
6
  with st.sidebar:
7
  selected=option_menu(
8
+ menu_title = "SBS Mapper",
9
  options = ["Chapters for selection", "DEMO for text entry", "DEMO for file upload (coming)", "About the app"],
10
+ icons = ["book", "keyboard", "upload", "info-circle"],
11
  menu_icon = "receipt",
12
  default_index = 0,
13
  )