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

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -190,7 +190,7 @@ def APP():
190
 
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
  )
 
190
 
191
  selection = st.pills(
192
  "ACCESS",
193
+ options=base_option_map.keys(),
194
  format_func=lambda option: base_option_map[option],
195
  selection_mode="single",
196
  )