Seetha commited on
Commit
dfaf009
1 Parent(s): da81802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -473,10 +473,10 @@ def main():
473
  # Write JSON to file
474
  with open('ch.json', 'w') as f:
475
  json.dump(json_data, f)
476
- repo.git_pull()
477
- repo.git_add("ch.json")
478
- repo.git_commit(commit_message="add ch.json :)")
479
- repo.push()
480
 
481
  csv_file = "predictions.csv"
482
  json_file = "smalljson.json"
 
473
  # Write JSON to file
474
  with open('ch.json', 'w') as f:
475
  json.dump(json_data, f)
476
+ # repo.git_pull()
477
+ # repo.git_add("ch.json")
478
+ # repo.git_commit(commit_message="add ch.json :)")
479
+ # repo.push()
480
 
481
  csv_file = "predictions.csv"
482
  json_file = "smalljson.json"