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