Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -524,8 +524,8 @@ def main():
|
|
524 |
with open('level2.json', 'w+') as f:
|
525 |
json.dump(json_data, f)
|
526 |
|
527 |
-
dataset = load_dataset("seetha/visual_files")
|
528 |
-
|
529 |
# # repo.git_pull()
|
530 |
# # repo.git_add("ch.json")
|
531 |
# # repo.git_commit(commit_message="add ch.json :)")
|
|
|
524 |
with open('level2.json', 'w+') as f:
|
525 |
json.dump(json_data, f)
|
526 |
|
527 |
+
#dataset = load_dataset("seetha/visual_files")
|
528 |
+
repo.push_to_hub("level2.json")
|
529 |
# # repo.git_pull()
|
530 |
# # repo.git_add("ch.json")
|
531 |
# # repo.git_commit(commit_message="add ch.json :)")
|