Prathamesh1420 commited on
Commit
9f46ceb
·
verified ·
1 Parent(s): 9d10d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ image = camera_input_live()
15
 
16
  if image is not None:
17
  # Display the captured image
18
- st.image(image, caption="Live Camera Input", use_column_width=True)
19
 
20
  # Convert the image to OpenCV format
21
  bytes_data = image.getvalue()
 
15
 
16
  if image is not None:
17
  # Display the captured image
18
+ st.image(image, caption="Live Camera Input", use_container_width=True)
19
 
20
  # Convert the image to OpenCV format
21
  bytes_data = image.getvalue()