Morris commited on
Commit
7fa88df
·
1 Parent(s): 5c7232f

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if text:
19
  entry = [1,0,0,0,0,0,text]
20
  output.loc[len(output)] = (entry)
21
  output_ds = Dataset.from_pandas(output)
22
- output_ds.push_to_hub(DATASET_REPO)
23
 
24
 
25
  # def reset():
 
19
  entry = [1,0,0,0,0,0,text]
20
  output.loc[len(output)] = (entry)
21
  output_ds = Dataset.from_pandas(output)
22
+ output_ds.push_to_hub(DATASET_REPO, token=HUGGINGFACE_TOKEN)
23
 
24
 
25
  # def reset():