Karin0616
commited on
Commit
·
39e0556
1
Parent(s):
f038568
test
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def get_json_file(docs):
|
|
56 |
json_loader = JSONLoader(
|
57 |
file_path=temp_filepath,
|
58 |
jq_schema='.',
|
59 |
-
text_content=
|
60 |
json_doc = json_loader.load()
|
61 |
|
62 |
return json_doc
|
|
|
56 |
json_loader = JSONLoader(
|
57 |
file_path=temp_filepath,
|
58 |
jq_schema='.',
|
59 |
+
text_content=False)
|
60 |
json_doc = json_loader.load()
|
61 |
|
62 |
return json_doc
|