cools commited on
Commit
e2e87eb
·
1 Parent(s): 34fdb48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
 
3
  image = cv2.imread('PDF Cases/19-896_2135/0-processed.png')
4
  st.image(image)
 
1
  import streamlit as st
2
+ import cv2
3
+
4
 
5
  image = cv2.imread('PDF Cases/19-896_2135/0-processed.png')
6
  st.image(image)