Seetha commited on
Commit
01a3701
·
1 Parent(s): dfaf009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,7 +496,7 @@ def main():
496
  # Write the JSON data to a file
497
  with open(json_file, "w") as f:
498
  f.write(json_data)
499
- upload_file(
500
  path_or_fileobj=f,
501
  path_in_repo="ch.json",
502
  repo_id="Seetha/IMA-pipeline-streamlit",
 
496
  # Write the JSON data to a file
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",