timmy0079 commited on
Commit
4ac139b
·
1 Parent(s): 7d0248c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ def get_json_file(json_docs):
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
 
60
  file_path=temp_filepath,
61
  jq_schema='.messages[].content',
62
  text_content=False)
 
63
  json_doc = json_loader.load()
64
  print(json_doc)
65
  return json_doc