Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
07d1dca
1
Parent(s):
034b845
Update app.py
Browse files
app.py
CHANGED
@@ -535,7 +535,7 @@ with block as demo:
|
|
535 |
with gr.Row():
|
536 |
btn = gr.Button(
|
537 |
"Get Text insights 🔎", variant="primary")
|
538 |
-
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear)
|
539 |
btn.click(
|
540 |
gio.from_article,
|
541 |
inputs=[article],
|
|
|
535 |
with gr.Row():
|
536 |
btn = gr.Button(
|
537 |
"Get Text insights 🔎", variant="primary")
|
538 |
+
clear = gr.ClearButton([article, summary, keywords, label, wordcloud_image], value="Clear")
|
539 |
btn.click(
|
540 |
gio.from_article,
|
541 |
inputs=[article],
|