Spaces:
Runtime error
Runtime error
Commit
·
ff1616c
1
Parent(s):
d676f2d
Update app.py
Browse files
app.py
CHANGED
@@ -460,11 +460,12 @@ with block as demo:
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
-
btn = gr.Button("Get Video Insights 🔎", variant="primary")
|
464 |
clear = gr.ClearButton(
|
465 |
-
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
|
|
466 |
value="Clear 🗑️"
|
467 |
-
)
|
468 |
btn.click(
|
469 |
gio,
|
470 |
inputs=[link, lang, size],
|
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
+
btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary").style(size="md")
|
464 |
clear = gr.ClearButton(
|
465 |
+
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
466 |
+
label="Secondary Button",
|
467 |
value="Clear 🗑️"
|
468 |
+
).style(size="md")
|
469 |
btn.click(
|
470 |
gio,
|
471 |
inputs=[link, lang, size],
|