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