Spaces:
Build error
Build error
Commit
·
044e4f5
1
Parent(s):
cfc358c
Minor
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
|
|
| 282 |
videos = []
|
| 283 |
|
| 284 |
with gr.Row():
|
| 285 |
-
with gr.Column(scale=
|
| 286 |
text = gr.Textbox(
|
| 287 |
show_label=True,
|
| 288 |
label="Text prompt",
|
|
|
|
| 282 |
videos = []
|
| 283 |
|
| 284 |
with gr.Row():
|
| 285 |
+
with gr.Column(scale=3):
|
| 286 |
text = gr.Textbox(
|
| 287 |
show_label=True,
|
| 288 |
label="Text prompt",
|