Seetha commited on
Commit
13f19d2
1 Parent(s): a6faaf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -497,7 +497,7 @@ def main():
497
  with open(json_file, "w") as f:
498
  f.write(json_data)
499
  api.upload_file(
500
- path_or_fileobj=f,
501
  path_in_repo="ch.json",
502
  repo_id="Seetha/IMA-pipeline-streamlit",
503
  repo_type="dataset",
 
497
  with open(json_file, "w") as f:
498
  f.write(json_data)
499
  api.upload_file(
500
+ path_or_fileobj=json_data,
501
  path_in_repo="ch.json",
502
  repo_id="Seetha/IMA-pipeline-streamlit",
503
  repo_type="dataset",