WhiteWolf21 commited on
Commit
f8399e8
·
1 Parent(s): 226675f

update: version 2

Browse files
Files changed (1) hide show
  1. multipage.py +1 -1
multipage.py CHANGED
@@ -56,7 +56,7 @@ class MultiPage:
56
  """, unsafe_allow_html=True)
57
 
58
  with st.sidebar:
59
- selected = option_menu("OCR Comparator",
60
  [page["title"] for page in self.pages],
61
  icons=[page["icon"] for page in self.pages],
62
  menu_icon="app-indicator", default_index=0)
 
56
  """, unsafe_allow_html=True)
57
 
58
  with st.sidebar:
59
+ selected = option_menu("Live Demonstration",
60
  [page["title"] for page in self.pages],
61
  icons=[page["icon"] for page in self.pages],
62
  menu_icon="app-indicator", default_index=0)