Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ import pandas as pd
|
|
10 |
|
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 |
|
|
|
10 |
|
11 |
st.title('Can I Patent This?')
|
12 |
|
13 |
+
st.write("This model is tuned with all patent applications submitted in Jan 2016 in the Harvard USPTO patent dataset")
|
14 |
+
|
15 |
# steamlit form
|
16 |
#option = st.selectbox('Which patent file would you like to test?',('p1', 'p2', 'p3'))
|
17 |
|