Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
·
e7a24d3
1
Parent(s):
125ca3f
Update app.py
Browse files
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.
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
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],
|