Junaidb commited on
Commit
2642c3c
·
verified ·
1 Parent(s): 1eb26d8

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -191,7 +191,7 @@ def APP():
191
  selection = st.pills(
192
  "ACCESS",
193
  options=option_map.keys(),
194
- format_func=lambda option: option_map[option],
195
  selection_mode="single",
196
  )
197
  if selection==0:
 
191
  selection = st.pills(
192
  "ACCESS",
193
  options=option_map.keys(),
194
+ format_func=lambda option: base_option_map[option],
195
  selection_mode="single",
196
  )
197
  if selection==0: