Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(title = "Dreamoving",
|
|
303 |
with gr.Row(elem_id='round_box'):
|
304 |
with gr.Column(scale=1, min_width=1):
|
305 |
gr.Markdown("Result Video", elem_id='font_style')
|
306 |
-
with gr.Column(scale=
|
307 |
user_notes = gr.Textbox(show_label=False, text_align='left', elem_id='text_style11')
|
308 |
with gr.Column(scale=1, min_width=1):
|
309 |
refresh_button = gr.Button(value="Refresh", elem_id='button_param1')
|
|
|
303 |
with gr.Row(elem_id='round_box'):
|
304 |
with gr.Column(scale=1, min_width=1):
|
305 |
gr.Markdown("Result Video", elem_id='font_style')
|
306 |
+
with gr.Column(scale=3, min_width=1):
|
307 |
user_notes = gr.Textbox(show_label=False, text_align='left', elem_id='text_style11')
|
308 |
with gr.Column(scale=1, min_width=1):
|
309 |
refresh_button = gr.Button(value="Refresh", elem_id='button_param1')
|