Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ def get_json_file(json_docs):
|
|
52 |
with open(temp_filepath, "wb") as f:
|
53 |
f.write(json_docs.getvalue())
|
54 |
json_loader = JSONLoader(temp_filepath,
|
55 |
-
jq_schema,
|
56 |
text_content=False)
|
57 |
json_doc = json_loader.load()
|
58 |
return json_doc
|
|
|
52 |
with open(temp_filepath, "wb") as f:
|
53 |
f.write(json_docs.getvalue())
|
54 |
json_loader = JSONLoader(temp_filepath,
|
|
|
55 |
text_content=False)
|
56 |
json_doc = json_loader.load()
|
57 |
return json_doc
|