Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ import os
|
|
53 |
|
54 |
def save_data(data, file_path):
|
55 |
with open(file_path, "w", encoding="utf-8") as f:
|
56 |
-
f.write("\n".join(data))
|
57 |
|
58 |
|
59 |
def download_and_save_dataset(repo_name, base_path):
|
|
|
53 |
|
54 |
def save_data(data, file_path):
|
55 |
with open(file_path, "w", encoding="utf-8") as f:
|
56 |
+
f.write("\n".join(data) + "\n")
|
57 |
|
58 |
|
59 |
def download_and_save_dataset(repo_name, base_path):
|