Seetha commited on
Commit
240f632
1 Parent(s): 03023e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- dataset.push_to_hub("seetha/visual_files/level2.json")
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 :)")