doa12 commited on
Commit
f4d64b9
·
1 Parent(s): f3324c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ def get_json_file(json_docs):
52
  with open(temp_filepath, "wb") as f:
53
  f.write(json_docs.getvalue())
54
  json_loader = JSONLoader(temp_filepath,
55
- jq_schema,
56
  text_content=False)
57
  json_doc = json_loader.load()
58
  return json_doc
 
52
  with open(temp_filepath, "wb") as f:
53
  f.write(json_docs.getvalue())
54
  json_loader = JSONLoader(temp_filepath,
 
55
  text_content=False)
56
  json_doc = json_loader.load()
57
  return json_doc