ababio commited on
Commit
d424b25
1 Parent(s): c31d296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ("Email", "Home phone", "Mobile phone"))
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