Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
22afc1d
1
Parent(s):
4faf3df
Update app.py
Browse files
app.py
CHANGED
@@ -532,8 +532,9 @@ with block as demo:
|
|
532 |
wordcloud_image = gr.Image(label="WordCloud")
|
533 |
|
534 |
with gr.Row().style(equal_height=True):
|
535 |
-
with gr.
|
536 |
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear 🗑️")
|
|
|
537 |
btn = gr.Button(
|
538 |
"Get Text insights 🔎", variant="primary")
|
539 |
btn.click(
|
|
|
532 |
wordcloud_image = gr.Image(label="WordCloud")
|
533 |
|
534 |
with gr.Row().style(equal_height=True):
|
535 |
+
with gr.Column():
|
536 |
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear 🗑️")
|
537 |
+
with gr.Column():
|
538 |
btn = gr.Button(
|
539 |
"Get Text insights 🔎", variant="primary")
|
540 |
btn.click(
|