awacke1 commited on
Commit
1ba57d0
·
verified ·
1 Parent(s): 94774db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def main():
138
  st.image(
139
  annotated_image,
140
  caption="Your Detected Masterpiece 🎨",
141
- use_column_width=True
142
  )
143
  elif input_type == "Video" and annotated_video is not None:
144
  st.video(
 
138
  st.image(
139
  annotated_image,
140
  caption="Your Detected Masterpiece 🎨",
141
+ use_container_width=True
142
  )
143
  elif input_type == "Video" and annotated_video is not None:
144
  st.video(