Thback commited on
Commit
cf9ac6f
Β·
1 Parent(s): 0595baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ def get_csv_file(csv_docs):
44
  return csv_doc # μΆ”μΆœν•œ ν…μŠ€νŠΈλ₯Ό λ°˜ν™˜ν•©λ‹ˆλ‹€.
45
 
46
  def get_json_file(json_docs):
47
- def get_json_file(json_docs):
48
  try:
49
  temp_dir = tempfile.TemporaryDirectory() # μž„μ‹œ 디렉토리λ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.
50
  temp_filepath = os.path.join(temp_dir.name, "temp_file.json") # μž„μ‹œ 파일 경둜λ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.
 
44
  return csv_doc # μΆ”μΆœν•œ ν…μŠ€νŠΈλ₯Ό λ°˜ν™˜ν•©λ‹ˆλ‹€.
45
 
46
  def get_json_file(json_docs):
 
47
  try:
48
  temp_dir = tempfile.TemporaryDirectory() # μž„μ‹œ 디렉토리λ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.
49
  temp_filepath = os.path.join(temp_dir.name, "temp_file.json") # μž„μ‹œ 파일 경둜λ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.