Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
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.
|
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 |
|