DDingcheol commited on
Commit
b7e362e
Β·
1 Parent(s): 8af059d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_text_file(docs):
35
  text_list.append(text)
36
  except Exception as e:
37
  print(f"An error occurred while extracting text: {e}")
38
- continue # μ—λŸ¬ λ°œμƒ μ‹œ κ±΄λ„ˆλœλ‹ˆλ‹€.
39
 
40
  return text_list
41
 
 
35
  text_list.append(text)
36
  except Exception as e:
37
  print(f"An error occurred while extracting text: {e}")
38
+ #continue # μ—λŸ¬ λ°œμƒ μ‹œ κ±΄λ„ˆλœλ‹ˆλ‹€.
39
 
40
  return text_list
41