Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
| 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)
|