Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ elif uploaded_image is not None:
384
  input_image = Image.open(uploaded_image)
385
 
386
  # Display the image
387
- st.image(input_image, caption="Uploaded Image.", use_column_width=True)
388
 
389
  # Classify the image and display the result
390
  predictions = classifyImage(input_image)
 
384
  input_image = Image.open(uploaded_image)
385
 
386
  # Display the image
387
+ st.image(input_image, caption="Uploaded Image.", use_container_width=True)
388
 
389
  # Classify the image and display the result
390
  predictions = classifyImage(input_image)