panda47 commited on
Commit
1a87b9a
·
1 Parent(s): 621c778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def get_json_file(json_docs):
54
  f.write(json_docs.getvalue())
55
  json_loader=JSONLoader(
56
  temp_filepath,
57
- jq_schema='.content',
58
  text_content=False,
59
  json_lines=True
60
  )
 
54
  f.write(json_docs.getvalue())
55
  json_loader=JSONLoader(
56
  temp_filepath,
57
+ jq_schema='.',
58
  text_content=False,
59
  json_lines=True
60
  )