ppsingh commited on
Commit
c9be650
·
1 Parent(s): da7e215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ for file in files:
35
  st.write(file)
36
 
37
  with open(DATA_FILE, "a") as csvfile:
38
- writer.writerow('Sentences': new_row)
39
  repo.push_to_hub('adding new line)
40
  st.write('Succcess')
41
 
 
35
  st.write(file)
36
 
37
  with open(DATA_FILE, "a") as csvfile:
38
+ writer.writerow({'Sentences': new_row})
39
  repo.push_to_hub('adding new line)
40
  st.write('Succcess')
41