xin commited on
Commit
bd1c8f2
·
1 Parent(s): ade8773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ if add_selectbox == '1. Patent details scraper':
63
  # user types the inputs
64
  user_input_patent_number = st.text_input('Type patent number')
65
  st.caption('1. use "," to separate if many. 2. please delete previous inputs '
66
- 'when change or add new patents. 3. E.g. US20050210008A1, US9533047. '
67
- '4. Google patent search web: https://patents.google.com/')
68
 
69
 
70
 
 
63
  # user types the inputs
64
  user_input_patent_number = st.text_input('Type patent number')
65
  st.caption('1. use "," to separate if many. 2. please delete previous inputs '
66
+ 'when change or add new patents. 3. Google patent search web: https://patents.google.com/ '
67
+ '4. E.g. US10393039B2, US9533047, US8755039B2')
68
 
69
 
70