Uzaiir commited on
Commit
4124dde
·
verified ·
1 Parent(s): 18762ce

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -33,9 +33,9 @@ if uploaded_file:
33
  # Display both images in columns
34
  col1, col2 = st.columns(2)
35
  with col1:
36
- st.image(image, caption="Original Image", use_container_width=True)
37
  with col2:
38
- st.image(result_img, caption="Processed Image", use_container_width=True)
39
 
40
 
41
  # Create a buffer to store image bytes
 
33
  # Display both images in columns
34
  col1, col2 = st.columns(2)
35
  with col1:
36
+ st.image(image, caption="Original Image")
37
  with col2:
38
+ st.image(result_img, caption="Processed Image")
39
 
40
 
41
  # Create a buffer to store image bytes