jiayong commited on
Commit
b17383d
1 Parent(s): 9e3016d

Update app.py

Browse files

add elem_id='round_box'

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(title = "Dreamoving",
300
  with gr.Column(scale=1):
301
  # gr.Markdown("Result Video",elem_id='font_style')
302
  with gr.Group(elem_id='show_box2'):
303
- with gr.Row():
304
  with gr.Column(scale=1, min_width=1):
305
  gr.Markdown("Result Video", elem_id='font_style')
306
  with gr.Column(scale=1, min_width=1):
 
300
  with gr.Column(scale=1):
301
  # gr.Markdown("Result Video",elem_id='font_style')
302
  with gr.Group(elem_id='show_box2'):
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=1, min_width=1):