Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
β’
7bdb6ed
1
Parent(s):
377a037
Update app.py
Browse files
app.py
CHANGED
@@ -460,13 +460,11 @@ with block as demo:
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
-
|
464 |
-
btn = gr.Button("Get Video Insights π", variant="primary", scale=1)
|
465 |
-
with gr.Group():
|
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,
|
472 |
inputs=[link, lang, size],
|
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
+
btn = gr.Button("Get Video Insights π", variant="primary", scale=1).style(rounded=True)
|
|
|
|
|
464 |
clear = gr.ClearButton(
|
465 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
466 |
value="Clear ποΈ", scale=1
|
467 |
+
).style(rounded=True)
|
468 |
btn.click(
|
469 |
gio,
|
470 |
inputs=[link, lang, size],
|