ferferefer commited on
Commit
4e31cd6
1 Parent(s): 1b64fee
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ if st.button('PREDICT'):
47
  image1 = np.array(image1)
48
 
49
 
50
- st.image(image1, width=500)
51
 
 
47
  image1 = np.array(image1)
48
 
49
 
50
+ st.image(image1, caption='Uploaded Image', use_column_width=True)
51