storresbusquets commited on
Commit
609a5ce
1 Parent(s): 37d7751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -460,13 +460,12 @@ with block as demo:
460
  wordcloud_image = gr.Image(label="WordCloud")
461
 
462
  with gr.Row():
463
- with gr.Box():
464
- btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
465
- with gr.Box():
466
  clear = gr.ClearButton(
467
  [link, title, img, text, summary, keywords, label, wordcloud_image],
468
- label="Secondary Button",
469
- value="Clear 🗑️"
470
  )
471
  btn.click(
472
  gio,
 
460
  wordcloud_image = gr.Image(label="WordCloud")
461
 
462
  with gr.Row():
463
+ with gr.block():
464
+ btn = gr.Button("Get Video Insights 🔎", variant="primary", scale=1)
465
+ with gr.block():
466
  clear = gr.ClearButton(
467
  [link, title, img, text, summary, keywords, label, wordcloud_image],
468
+ value="Clear 🗑️", scale=1
 
469
  )
470
  btn.click(
471
  gio,