georad commited on
Commit
a39aede
·
verified ·
1 Parent(s): 7f335ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ 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 (*not active)", "About the app"],
10
- icons = [":material/home:", ":material/keyboard:", ":material/file_upload:", ":material/info:"],
11
- menu_icon = "images/menu_book_60dp_75FBFD.png",
12
  default_index = 0,
13
  )
14
  st.sidebar.text("Project by JA-RAD")
 
7
  selected=option_menu(
8
  menu_title = "SBS V2.0 Mapper",
9
  options = ["Chapters for selection", "DEMO for text entry", "DEMO for file upload (*not active)", "About the app"],
10
+ icons = ["book", "keyboard", "upload", "info"],
11
+ menu_icon = "receipt",
12
  default_index = 0,
13
  )
14
  st.sidebar.text("Project by JA-RAD")