timmy0079 commited on
Commit
57968ce
·
1 Parent(s): ae7eae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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