Anchal23 commited on
Commit
ec5062c
·
verified ·
1 Parent(s): 514810a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ with col1:
547
 
548
  if uploaded_file:
549
  image = Image.open(uploaded_file)
550
- st.image(image, caption="Original Image", width='stretch')
551
 
552
  st.markdown("</div>", unsafe_allow_html=True)
553
 
 
547
 
548
  if uploaded_file:
549
  image = Image.open(uploaded_file)
550
+ st.image(image, caption="Original Image")
551
 
552
  st.markdown("</div>", unsafe_allow_html=True)
553