C2MV commited on
Commit
ba7b270
verified
1 Parent(s): 5cc7bce

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -30,7 +30,7 @@ def build_interface(process_input, send_preset_question, update_image):
30
 
31
  with gr.Blocks(theme=theme) as demo:
32
  with gr.Row():
33
- with gr.Column(scale=1):
34
  # Add the video
35
  video = gr.Video(value="video.mp4", label="Video de Introducci贸n")
36
 
 
30
 
31
  with gr.Blocks(theme=theme) as demo:
32
  with gr.Row():
33
+ with gr.Column(scale=0.25):
34
  # Add the video
35
  video = gr.Video(value="video.mp4", label="Video de Introducci贸n")
36