ayethuzar commited on
Commit
7b8d7d3
1 Parent(s): 6b2f9d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.title('Can I Patent This?')
13
  # steamlit form
14
  option = st.selectbox(
15
  'How would you like to be contacted?',
16
- ('Email', 'Home phone', 'Mobile phone'))
17
 
18
  st.write(option)
19
 
 
13
  # steamlit form
14
  option = st.selectbox(
15
  'How would you like to be contacted?',
16
+ ('p1', 'p2', 'p3'))
17
 
18
  st.write(option)
19