7kaushal commited on
Commit
0aac756
·
1 Parent(s): f14062e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ with st.sidebar:
23
  ''', unsafe_allow_html=False)
24
 
25
  img = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
 
26
  if img is not None:
27
 
28
  data = img.read()
 
23
  ''', unsafe_allow_html=False)
24
 
25
  img = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png"])
26
+
27
  if img is not None:
28
 
29
  data = img.read()