Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def get_json_file(json_docs):
|
|
59 |
json_loader = JSONLoader(
|
60 |
file_path=temp_filepath,
|
61 |
jq_schema='.messages[].content',
|
62 |
-
text_content=
|
63 |
|
64 |
json_doc = json_loader.load()
|
65 |
return json_doc
|
|
|
59 |
json_loader = JSONLoader(
|
60 |
file_path=temp_filepath,
|
61 |
jq_schema='.messages[].content',
|
62 |
+
text_content=False)
|
63 |
|
64 |
json_doc = json_loader.load()
|
65 |
return json_doc
|