Update app.py
Browse files
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 |
|