timmy0079 commited on
Commit
7d0248c
·
1 Parent(s): 57968ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,8 +60,9 @@ def get_json_file(json_docs):
60
  file_path=temp_filepath,
61
  jq_schema='.messages[].content',
62
  text_content=False)
63
-
64
  json_doc = json_loader.load()
 
65
  return json_doc
66
 
67
 
 
60
  file_path=temp_filepath,
61
  jq_schema='.messages[].content',
62
  text_content=False)
63
+ print(json_doc)
64
  json_doc = json_loader.load()
65
+ print(json_doc)
66
  return json_doc
67
 
68