Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
67 |
-
'4.
|
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 |
|