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 |
-
temp_filepath
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|
|
|
38 |
|
39 |
|
40 |
loader = JSONLoader(
|
41 |
+
file_path= temp_filepath,
|
42 |
jq_schema='.messages[].content',
|
43 |
text_content=False)
|
44 |
|