Spaces:
Runtime error
Runtime error
Commit
·
cfb7a0c
1
Parent(s):
eae132f
Update app.py
Browse files
app.py
CHANGED
@@ -524,7 +524,7 @@ with block as demo:
|
|
524 |
wordcloud_image = gr.Image(label="WordCloud")
|
525 |
|
526 |
with gr.Row().style(equal_height=True):
|
527 |
-
clear = gr.ClearButton([
|
528 |
btn = gr.Button(
|
529 |
"Get audio insights 🔎", variant="primary", scale=1
|
530 |
)
|
|
|
524 |
wordcloud_image = gr.Image(label="WordCloud")
|
525 |
|
526 |
with gr.Row().style(equal_height=True):
|
527 |
+
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], scale=1, value="Clear 🗑️")
|
528 |
btn = gr.Button(
|
529 |
"Get audio insights 🔎", variant="primary", scale=1
|
530 |
)
|