Karin0616 commited on
Commit
39e0556
·
1 Parent(s): f038568
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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