tonyliu404 drod75 commited on
Commit
d240982
·
verified ·
1 Parent(s): eb68218

Update app.py (#7)

Browse files

- Update app.py (91fbb4fab2d6c2a54e289377e638b5d9eaeaa0e4)


Co-authored-by: David Rodriguez <[email protected]>

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)