Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -190,7 +190,7 @@ def APP():
|
|
| 190 |
|
| 191 |
selection = st.pills(
|
| 192 |
"ACCESS",
|
| 193 |
-
options=
|
| 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 |
)
|