Hrishikesh332 commited on
Commit
4b1b46f
1 Parent(s): f8e75d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -16,7 +16,4 @@ with st.sidebar:
16
 
17
  img = st.file_uploader("Choose a Image:")
18
  if img is not None:
19
- # To read file as bytes:
20
- bytes_data = img.getvalue()
21
- st.write(bytes_data)
22
  st.write(img)
 
16
 
17
  img = st.file_uploader("Choose a Image:")
18
  if img is not None:
 
 
 
19
  st.write(img)