Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def main():
|
|
138 |
st.image(
|
139 |
annotated_image,
|
140 |
caption="Your Detected Masterpiece 🎨",
|
141 |
-
|
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(
|