Senasu commited on
Commit
26a46b4
·
verified ·
1 Parent(s): 2b2ac59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if file is not None:
28
  img = Image.open(file)
29
 
30
  # Display uploaded image with center alignment
31
- st.image(img, caption='Uploaded Image', use_column_width=True)
32
 
33
  # Process the image and make predictions
34
  image = process_image(img)
 
28
  img = Image.open(file)
29
 
30
  # Display uploaded image with center alignment
31
+ st.image(img, caption='Uploaded Image')
32
 
33
  # Process the image and make predictions
34
  image = process_image(img)