panda47 commited on
Commit
c576ae9
1 Parent(s): 8b83eac

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='.'
58
  text_content=False
59
  )
60
  json_doc = json_loader.load()
 
54
  f.write(json_docs.getvalue())
55
  json_loader=JSONLoader(
56
  temp_filepath,
57
+ jq_schema='.',
58
  text_content=False
59
  )
60
  json_doc = json_loader.load()