Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ st.write(':sunglasses: :smile: :angry: :disappointed: :fearful: :rage: :weary:
|
|
| 98 |
|
| 99 |
option = st.selectbox(
|
| 100 |
"How would you like to be contacted?",
|
| 101 |
-
("
|
| 102 |
|
| 103 |
st.write("You selected:", option)
|
| 104 |
|
|
|
|
| 98 |
|
| 99 |
option = st.selectbox(
|
| 100 |
"How would you like to be contacted?",
|
| 101 |
+
("i hate that food", "happy day", "Mobile phone"))
|
| 102 |
|
| 103 |
st.write("You selected:", option)
|
| 104 |
|