chariscait commited on
Commit
637afa6
·
verified ·
1 Parent(s): 1d6537b

Enlarge webcam video - bigger height, wider column

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.3, 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