Anchal23 commited on
Commit
05a4281
·
verified ·
1 Parent(s): 8fd85cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -594,7 +594,7 @@ with col1:
594
 
595
  if uploaded_file:
596
  image = Image.open(uploaded_file)
597
- st.image(image, caption="Original Image", use_container_width=True)
598
 
599
  # Auto-detect best aspect ratio
600
  image_array = np.array(image)
 
594
 
595
  if uploaded_file:
596
  image = Image.open(uploaded_file)
597
+ st.image(image, caption="Original Image", use_column_width="always")
598
 
599
  # Auto-detect best aspect ratio
600
  image_array = np.array(image)