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