Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def get_json_file(json_docs):
|
|
38 |
|
39 |
|
40 |
loader = JSONLoader(
|
41 |
-
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|
|
|
38 |
|
39 |
|
40 |
loader = JSONLoader(
|
41 |
+
temp_filepath='./example_data/facebook_chat.json',
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|