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