pragatheeswaran commited on
Commit
d41472b
·
verified ·
1 Parent(s): 8abd1e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  import tempfile
3
  import streamlit as st
4
  from PIL import Image
 
1
  import os
2
+ print(os.system("apt-get update && apt-get install -y poppler-utils"))
3
  import tempfile
4
  import streamlit as st
5
  from PIL import Image