shubham680 commited on
Commit
7e37608
·
verified ·
1 Parent(s): afba11a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -83,10 +83,10 @@ if uploaded_file is not None:
83
 
84
 
85
 
86
- st.download_button("Download File",img_rgb)
87
 
88
- # Displaying image in streamlit
89
- st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
90
 
91
 
92
 
 
83
 
84
 
85
 
86
+ #st.download_button("Download File",img_rgb)
87
 
88
+ # Displaying image in streamlit
89
+ st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
90
 
91
 
92