Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
·
d7a169c
1
Parent(s):
19eeb1a
Update app.py
Browse files
app.py
CHANGED
@@ -564,7 +564,7 @@ with block as demo:
|
|
564 |
with gr.Row():
|
565 |
btn = gr.Button(
|
566 |
"Get Text insights 🔎", variant="primary")
|
567 |
-
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear")
|
568 |
btn.click(
|
569 |
gio.from_article,
|
570 |
inputs=[article],
|
|
|
564 |
with gr.Row():
|
565 |
btn = gr.Button(
|
566 |
"Get Text insights 🔎", variant="primary")
|
567 |
+
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear 🗑️")
|
568 |
btn.click(
|
569 |
gio.from_article,
|
570 |
inputs=[article],
|