Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|