ayethuzar commited on
Commit
f73ed0d
·
unverified ·
1 Parent(s): a84d323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -11,9 +11,7 @@ import pandas as pd
11
  st.title('Can I Patent This?')
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)
19
 
 
11
  st.title('Can I Patent This?')
12
 
13
  # steamlit form
14
+ #option = st.selectbox('Which patent file would you like to test?',('p1', 'p2', 'p3'))
 
 
15
 
16
  st.write(option)
17