shamimjony1000 commited on
Commit
bb8b34d
·
verified ·
1 Parent(s): 08a822f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def main():
52
  example_image = Image.open(example_image_path)
53
 
54
  # Display the selected example image
55
- st.image(example_image, caption=selected_example, use_column_width=True)
56
 
57
  # Predict based on the selected example image
58
  predicted_class = predict_image_class(example_image_path)
 
52
  example_image = Image.open(example_image_path)
53
 
54
  # Display the selected example image
55
+ st.image(example_image, caption=selected_example, use_column_width=False,width=300)
56
 
57
  # Predict based on the selected example image
58
  predicted_class = predict_image_class(example_image_path)