urbanManul commited on
Commit
9a3b196
1 Parent(s): 453a10a

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(docs):
59
  with open(temp_filepath, 'wb') as f:
60
  f.write(docs.getvalue())
61
 
62
- json_loader = JSONLoader(temp_filepath, jq_schema='.clerk')
63
  json_doc = json_loader.load()
64
 
65
  return json_doc
 
59
  with open(temp_filepath, 'wb') as f:
60
  f.write(docs.getvalue())
61
 
62
+ json_loader = JSONLoader(temp_filepath, jq_schema='.clerk[].info')
63
  json_doc = json_loader.load()
64
 
65
  return json_doc