Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import pandas as pd
|
|
| 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'))
|
|
|
|
| 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](https://github.com/suzgunmirac/hupd)")
|
| 14 |
|
| 15 |
# steamlit form
|
| 16 |
#option = st.selectbox('Which patent file would you like to test?',('p1', 'p2', 'p3'))
|