C2MV commited on
Commit
d54dff0
verified
1 Parent(s): 880cc96

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='upsatwal/mlsc_tiet') 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
 
 
30
 
31
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
32
  with gr.Row():
33
+ with gr.Column(scale=0.5):
34
  # Add the video
35
  video = gr.Video(value="video.mp4", label="Video de Introducci贸n")
36