Moonjunho commited on
Commit
e858ab4
·
1 Parent(s): bac8ae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def get_json_file(json_docs):
38
 
39
 
40
  loader = JSONLoader(
41
- temp_filepath='./example_data/facebook_chat.json',
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