ppsingh commited on
Commit
48111cb
·
1 Parent(s): c475583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ for file in files:
40
  with open(DATA_FILE, "a") as csvfile:
41
  writer = csv.DictWriter(csvfile, fieldnames=["Sentences"])
42
  writer.writerow({'Sentences': new_row})
43
- repo.push_to_hub('adding new line', use_auth_token = True)
44
  st.write('Succcess')
45
 
46
 
 
40
  with open(DATA_FILE, "a") as csvfile:
41
  writer = csv.DictWriter(csvfile, fieldnames=["Sentences"])
42
  writer.writerow({'Sentences': new_row})
43
+ repo.push_to_hub('adding new line')
44
  st.write('Succcess')
45
 
46