storresbusquets commited on
Commit
e7a24d3
·
1 Parent(s): 125ca3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -458,15 +458,16 @@ with block as demo:
458
  )
459
  label = gr.Label(label="Sentiment Analysis")
460
  wordcloud_image = gr.Image(label="WordCloud")
461
-
462
- with gr.Column():
463
- btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
464
- with gr.Column():
465
- clear = gr.ClearButton(
466
- [link, title, img, text, summary, keywords, label, wordcloud_image],
467
- label="Secondary Button",
468
- value="Clear 🗑️"
469
- )
 
470
  btn.click(
471
  gio,
472
  inputs=[link, lang, size],
 
458
  )
459
  label = gr.Label(label="Sentiment Analysis")
460
  wordcloud_image = gr.Image(label="WordCloud")
461
+
462
+ with gr.Row():
463
+ with gr.Column():
464
+ btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
465
+ with gr.Column():
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,
473
  inputs=[link, lang, size],