dakkoong commited on
Commit
e74ed5f
1 Parent(s): e295bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def get_json_file(json_docs):
56
  file_path=temp_filepath,
57
  jq_schema='.messages[].content',
58
  text_content=False
 
59
  )
60
  json_doc = json_loader.load()
61
  return json_doc
 
56
  file_path=temp_filepath,
57
  jq_schema='.messages[].content',
58
  text_content=False
59
+ json_lines=True
60
  )
61
  json_doc = json_loader.load()
62
  return json_doc