Seetha commited on
Commit
336bea8
1 Parent(s): 479c86f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -513,7 +513,7 @@ def main():
513
  #with open(DATA_FILE, 'w') as f: #w+
514
  with DATA_FILE.open("w") as f:
515
  st.write(f)
516
- f.write(json.dump(json_data))
517
  #json.dump(json_data, f)
518
  #repo.push_to_hub()
519
  # commit_url = repo.push_to_hub()
 
513
  #with open(DATA_FILE, 'w') as f: #w+
514
  with DATA_FILE.open("w") as f:
515
  st.write(f)
516
+ f.write(json.dump(json_data))
517
  #json.dump(json_data, f)
518
  #repo.push_to_hub()
519
  # commit_url = repo.push_to_hub()