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

Update app.py

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