Update app.py
Browse files
app.py
CHANGED
@@ -58,10 +58,6 @@ def get_json_file(json_docs):
|
|
58 |
json_loader = JSONLoader(
|
59 |
file_path=temp_filepath,
|
60 |
jq_schema='.messages[].content',
|
61 |
-
jq_schema='.messages[].name',
|
62 |
-
jq_schema='.messages[].age',
|
63 |
-
jq_schema='.messages[].contactNumbers',
|
64 |
-
jq_schema='.messages[].favoriteSports',
|
65 |
text_content=False)
|
66 |
|
67 |
json_doc = json_loader.load()
|
|
|
58 |
json_loader = JSONLoader(
|
59 |
file_path=temp_filepath,
|
60 |
jq_schema='.messages[].content',
|
|
|
|
|
|
|
|
|
61 |
text_content=False)
|
62 |
|
63 |
json_doc = json_loader.load()
|