Seetha commited on
Commit
78107d7
·
1 Parent(s): 12c0d17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -529,7 +529,7 @@ def main():
529
  # Write JSON to file
530
  with open(DATA_FILE, 'w') as f: #w+
531
  json.dump(json_data, f)
532
- repo.push_to_hub('Seetha/visual_files/level2.json')
533
 
534
  #dataset = load_dataset("seetha/visual_files")
535
  #repo.push_to_hub("level2.json")
 
529
  # Write JSON to file
530
  with open(DATA_FILE, 'w') as f: #w+
531
  json.dump(json_data, f)
532
+ repo.push_to_hub()
533
 
534
  #dataset = load_dataset("seetha/visual_files")
535
  #repo.push_to_hub("level2.json")