tony346 commited on
Commit
622e2e8
1 Parent(s): 135cc46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def get_json_file(docs):
73
  temp_file.write(docs.getvalue())
74
  temp_file.seek(0)
75
  json_loader = JSONLoader(temp_file.name,
76
- jq_schema = '.messages[].content',
77
  text_content= False)
78
  json_doc = json_loader.load()
79
 
 
73
  temp_file.write(docs.getvalue())
74
  temp_file.seek(0)
75
  json_loader = JSONLoader(temp_file.name,
76
+ jq_schema = '.scans[].relationships',
77
  text_content= False)
78
  json_doc = json_loader.load()
79