Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|