Seetha commited on
Commit
31541f6
1 Parent(s): cdad466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -528,9 +528,10 @@ def main():
528
  # Write JSON to file
529
  with open('level2.json', 'a') as f: #w+
530
  json.dump(json_data, f)
 
531
 
532
  #dataset = load_dataset("seetha/visual_files")
533
- repo.push_to_hub("level2.json")
534
  # # repo.git_pull()
535
  # # repo.git_add("ch.json")
536
  # # repo.git_commit(commit_message="add ch.json :)")
 
528
  # Write JSON to file
529
  with open('level2.json', 'a') as f: #w+
530
  json.dump(json_data, f)
531
+ repo.push_to_hub()
532
 
533
  #dataset = load_dataset("seetha/visual_files")
534
+ #repo.push_to_hub("level2.json")
535
  # # repo.git_pull()
536
  # # repo.git_add("ch.json")
537
  # # repo.git_commit(commit_message="add ch.json :)")