Update app.py
Browse files
app.py
CHANGED
@@ -35,12 +35,7 @@ def get_csv_file(docs):
|
|
35 |
pass
|
36 |
|
37 |
def get_json_file(docs):
|
38 |
-
|
39 |
-
file_path='./example_data/facebook_chat.json',
|
40 |
-
jq_schema='.messages[].content',
|
41 |
-
text_content=False)
|
42 |
-
|
43 |
-
data = loader.load()
|
44 |
|
45 |
|
46 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|
|
|
35 |
pass
|
36 |
|
37 |
def get_json_file(docs):
|
38 |
+
pass
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
|
41 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|