lexicalspace commited on
Commit
ec39e04
·
verified ·
1 Parent(s): df1e32b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with tab2:
110
 
111
  col_a, col_b = st.columns(2)
112
  with col_a:
113
- st.image(original_image, caption="Preview", use_container_width=True)
114
  with col_b:
115
  st.download_button(
116
  label="Download WebP",
 
110
 
111
  col_a, col_b = st.columns(2)
112
  with col_a:
113
+ st.image(original_image, caption="Preview", use_column_width=True)
114
  with col_b:
115
  st.download_button(
116
  label="Download WebP",