Spaces:
Runtime error
Runtime error
Commit
·
3ae0f63
1
Parent(s):
bd2a8b7
Update app.py
Browse files
app.py
CHANGED
@@ -460,9 +460,9 @@ with block as demo:
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
-
with gr.
|
464 |
btn = gr.Button("Get Video Insights 🔎", variant="primary", scale=1)
|
465 |
-
with gr.
|
466 |
clear = gr.ClearButton(
|
467 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
468 |
value="Clear 🗑️", scale=1
|
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
+
with gr.Blocks():
|
464 |
btn = gr.Button("Get Video Insights 🔎", variant="primary", scale=1)
|
465 |
+
with gr.Blocks():
|
466 |
clear = gr.ClearButton(
|
467 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
468 |
value="Clear 🗑️", scale=1
|