errantanomie commited on
Commit
381ef1f
·
verified ·
1 Parent(s): 60df13d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,8 +1,4 @@
1
 
2
- # Add Poppler path explicitly to PATH
3
- os.environ["PATH"] += os.pathsep + "/usr/bin" + os.pathsep + "/usr/local/bin"
4
-
5
-
6
  import streamlit as st
7
  from PyPDF2 import PdfMerger
8
  from pdf2image import convert_from_path
 
1
 
 
 
 
 
2
  import streamlit as st
3
  from PyPDF2 import PdfMerger
4
  from pdf2image import convert_from_path