Spaces:
Running
Running
Enlarge webcam video - bigger height, wider column
Browse files
app.py
CHANGED
|
@@ -706,7 +706,7 @@ def _show_live_session(processor, remaining, start):
|
|
| 706 |
"""Live session using custom webcam component (no WebRTC needed)."""
|
| 707 |
|
| 708 |
# Video + Results side by side
|
| 709 |
-
col_video, col_results = st.columns([1.
|
| 710 |
|
| 711 |
with col_video:
|
| 712 |
# Custom webcam component with built-in START/STOP + timer
|
|
|
|
| 706 |
"""Live session using custom webcam component (no WebRTC needed)."""
|
| 707 |
|
| 708 |
# Video + Results side by side
|
| 709 |
+
col_video, col_results = st.columns([1.6, 1])
|
| 710 |
|
| 711 |
with col_video:
|
| 712 |
# Custom webcam component with built-in START/STOP + timer
|