Spaces:
Sleeping
Sleeping
updates
Browse files
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=
|
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",
|