Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ def get_json_file(json_docs):
|
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|
45 |
-
|
46 |
-
return
|
47 |
|
48 |
|
49 |
|
|
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|
45 |
+
json_doc = loader.load()
|
46 |
+
return json_doc
|
47 |
|
48 |
|
49 |
|