Daniel Cerda Escobar commited on
Commit
117d139
·
1 Parent(s): c9dbc04

Update app file

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,4 +60,5 @@ with st.container(border = True):
60
  image = Image.open(image_file)
61
  else:
62
  image = sahi.utils.cv.read_image_as_pil(IMAGE_TO_URL[radio])
63
- st.image(image, use_column_width = True)
 
 
60
  image = Image.open(image_file)
61
  else:
62
  image = sahi.utils.cv.read_image_as_pil(IMAGE_TO_URL[radio])
63
+ with st.container(border = True):
64
+ st.image(image, use_column_width = True)