ayethuzar commited on
Commit
1905303
·
unverified ·
1 Parent(s): 0420aaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'))