Sebbe33 commited on
Commit
ec744df
·
verified ·
1 Parent(s): 70da8e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ if uploaded_file and st.button("Analyze"):
61
  col1, col2 = st.columns(2)
62
 
63
  with col1:
64
- st.image(image, caption="Original", use_column_width=True)
65
 
66
  with col2:
67
  img_byte_arr = io.BytesIO()
 
61
  col1, col2 = st.columns(2)
62
 
63
  with col1:
64
+ st.image(image, caption="Original", use_container_width=True)
65
 
66
  with col2:
67
  img_byte_arr = io.BytesIO()