Mary12 commited on
Commit
ec21331
·
1 Parent(s): dd76f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ def extract_text_from_txt(file_path):
50
  def extract_text_from_paragraph(para):
51
  return para.text
52
 
53
-
54
  def extract_text_from_doc(file_path):
55
  doc = docx.Document(file_path)
56
  with concurrent.futures.ThreadPoolExecutor() as executor:
 
50
  def extract_text_from_paragraph(para):
51
  return para.text
52
 
 
53
  def extract_text_from_doc(file_path):
54
  doc = docx.Document(file_path)
55
  with concurrent.futures.ThreadPoolExecutor() as executor: