Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ iface = gr.Interface(fn=get_sentiment,
|
|
| 22 |
outputs=["text"],
|
| 23 |
title='Sentiment Analysis',
|
| 24 |
description='Obtenha o sentimento do texto digitado π|π ',
|
| 25 |
-
examples= app_examples
|
| 26 |
theme="gradio/monochrome"
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
outputs=["text"],
|
| 23 |
title='Sentiment Analysis',
|
| 24 |
description='Obtenha o sentimento do texto digitado π|π ',
|
| 25 |
+
examples= app_examples,
|
| 26 |
theme="gradio/monochrome"
|
| 27 |
)
|
| 28 |
|