Parthiban97 commited on
Commit
7e31859
·
verified ·
1 Parent(s): abad9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_pdf_text(pdf_docs):
28
  for para in doc_reader.paragraphs:
29
  text += para.text + "\n"
30
  except ImportError:
31
- st.error("Please make sure you have installed the `python-docx` package.")
32
  return text
33
 
34
  # Define input prompts
 
28
  for para in doc_reader.paragraphs:
29
  text += para.text + "\n"
30
  except ImportError:
31
+ pass
32
  return text
33
 
34
  # Define input prompts