ashu1069 commited on
Commit
027e62c
·
1 Parent(s): cdd69ec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ def create_interface():
245
  gr.Markdown("# Cricket Video Annotation Tool")
246
 
247
  with gr.Row(): # Main row to hold video and controls side-by-side
248
- with gr.Column(scale=3): # You could also adjust this scale (e.g., scale=2) to make it narrower
249
  video_player = gr.Video(
250
  value=annotator.get_current_video,
251
  label="Current Video",
 
245
  gr.Markdown("# Cricket Video Annotation Tool")
246
 
247
  with gr.Row(): # Main row to hold video and controls side-by-side
248
+ with gr.Column(scale=2): # You could also adjust this scale (e.g., scale=2) to make it narrower
249
  video_player = gr.Video(
250
  value=annotator.get_current_video,
251
  label="Current Video",