ayethuzar commited on
Commit
5a2b9f9
1 Parent(s): 7b8d7d3

Update app.py

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