Spaces:
Running
Running
Update ui.py
Browse files
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:
|
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:
|