Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,6 @@ def get_csv_file(docs):
|
|
38 |
|
39 |
def get_json_file(docs):
|
40 |
|
41 |
-
import json
|
42 |
# UploadedFile을 임시 파일로 저장
|
43 |
temp_dir = tempfile.TemporaryDirectory()
|
44 |
temp_filepath = os.path.join(temp_dir.name, "temp_file.json")
|
|
|
38 |
|
39 |
def get_json_file(docs):
|
40 |
|
|
|
41 |
# UploadedFile을 임시 파일로 저장
|
42 |
temp_dir = tempfile.TemporaryDirectory()
|
43 |
temp_filepath = os.path.join(temp_dir.name, "temp_file.json")
|