Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
β’
0135c32
1
Parent(s):
df317dd
Update app.py
Browse files
app.py
CHANGED
@@ -455,9 +455,8 @@ with block as demo:
|
|
455 |
label = gr.Label(label="Sentiment Analysis")
|
456 |
wordcloud_image = gr.Image(label="WordCloud")
|
457 |
|
458 |
-
with gr.
|
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
|
|
|
455 |
label = gr.Label(label="Sentiment Analysis")
|
456 |
wordcloud_image = gr.Image(label="WordCloud")
|
457 |
|
458 |
+
with gr.Row():
|
459 |
btn = gr.Button("Get Video Insights π", variant="primary", scale=1)
|
|
|
460 |
clear = gr.ClearButton(
|
461 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
462 |
value="Clear ποΈ", scale=1
|