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