Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
β’
df317dd
1
Parent(s):
a8ad3ac
Update app.py
Browse files
app.py
CHANGED
@@ -455,11 +455,13 @@ with block as demo:
|
|
455 |
label = gr.Label(label="Sentiment Analysis")
|
456 |
wordcloud_image = gr.Image(label="WordCloud")
|
457 |
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
|
|
|
|
463 |
btn.click(
|
464 |
gio,
|
465 |
inputs=[link, lang, size],
|
|
|
455 |
label = gr.Label(label="Sentiment Analysis")
|
456 |
wordcloud_image = gr.Image(label="WordCloud")
|
457 |
|
458 |
+
with gr.Column():
|
459 |
+
btn = gr.Button("Get Video Insights π", variant="primary", scale=1)
|
460 |
+
with gr.Column():
|
461 |
+
clear = gr.ClearButton(
|
462 |
+
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
463 |
+
value="Clear ποΈ", scale=1
|
464 |
+
)
|
465 |
btn.click(
|
466 |
gio,
|
467 |
inputs=[link, lang, size],
|