kenken999 commited on
Commit
4d9024a
1 Parent(s): 6a5bd76
Files changed (1) hide show
  1. routers/gra_06_video/video.py +1 -1
routers/gra_06_video/video.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css='style.css') as gradio_interface:
61
  gr.Markdown(DESCRIPTION)
62
  with gr.Group():
63
  #with gr.Box():
64
- with gr.Row(elem_id='prompt-container').style(equal_height=True):
65
  prompt = gr.Text(
66
  label='Prompt',
67
  show_label=False,
 
61
  gr.Markdown(DESCRIPTION)
62
  with gr.Group():
63
  #with gr.Box():
64
+ with gr.Row(elem_id='prompt-container'):
65
  prompt = gr.Text(
66
  label='Prompt',
67
  show_label=False,