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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ for file in files:
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
 
42
 
 
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
 
42