dakkoong commited on
Commit
865bfeb
1 Parent(s): e74ed5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ def get_json_file(json_docs):
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
 
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