ayethuzar commited on
Commit
6458d42
1 Parent(s): f6e406f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -7,6 +7,17 @@ from datasets import load_dataset
7
 
8
  st.title('Can I Patent This?')
9
 
 
 
 
 
 
 
 
 
 
 
 
10
  # steamlit form
11
  option = st.selectbox(
12
  'How would you like to be contacted?',
 
7
 
8
  st.title('Can I Patent This?')
9
 
10
+ # loading the dataset
11
+ dataset_dict = load_dataset('HUPD/hupd',
12
+ name='sample',
13
+ data_files="https://huggingface.co/datasets/HUPD/hupd/blob/main/hupd_metadata_2022-02-22.feather",
14
+ icpr_label=None,
15
+ train_filing_start_date='2016-01-01',
16
+ train_filing_end_date='2016-01-21',
17
+ val_filing_start_date='2016-01-22',
18
+ val_filing_end_date='2016-01-31',
19
+ )
20
+
21
  # steamlit form
22
  option = st.selectbox(
23
  'How would you like to be contacted?',