C2MV commited on
Commit
c4bdbed
verified
1 Parent(s): f89a13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ images = [
309
  # Gradio layout setup
310
  with gr.Blocks() as demo:
311
  with gr.Row():
312
- with gr.Column(scale=0.5):
313
  # Agregar el video al inicio
314
  video = gr.Video(value="video.mp4", label="Video de Introducci贸n")
315
 
 
309
  # Gradio layout setup
310
  with gr.Blocks() as demo:
311
  with gr.Row():
312
+ with gr.Column(scale=1):
313
  # Agregar el video al inicio
314
  video = gr.Video(value="video.mp4", label="Video de Introducci贸n")
315