CarlosMalaga
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ def run_client():
|
|
276 |
# Selection list using selectbox
|
277 |
selection_list = st.selectbox(
|
278 |
"Select an option:",
|
279 |
-
options=
|
280 |
)
|
281 |
|
282 |
# text input
|
|
|
276 |
# Selection list using selectbox
|
277 |
selection_list = st.selectbox(
|
278 |
"Select an option:",
|
279 |
+
options=selection_options
|
280 |
)
|
281 |
|
282 |
# text input
|