Spaces:
Sleeping
Sleeping
MarcosRodrigo
commited on
Commit
•
ab0ec7c
1
Parent(s):
82a4871
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,8 @@ if menu == "Poll":
|
|
143 |
if st.session_state.step >= 3:
|
144 |
st.header("Step 3: Select your food(s)")
|
145 |
food_options = [
|
146 |
-
"Barrita
|
147 |
-
"Palmera
|
148 |
]
|
149 |
selected_food = st.multiselect("Choose your food:", food_options)
|
150 |
|
|
|
143 |
if st.session_state.step >= 3:
|
144 |
st.header("Step 3: Select your food(s)")
|
145 |
food_options = [
|
146 |
+
"Barrita aceite", "Barrita tomate", "Palmera chocolate",
|
147 |
+
"Palmera chocolate blanco", "Yogurt", "Tortilla", "Nada"
|
148 |
]
|
149 |
selected_food = st.multiselect("Choose your food:", food_options)
|
150 |
|