Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,14 @@ def get_sentiment(input_text):
|
|
22 |
iface = gr.Interface(fn=get_sentiment,
|
23 |
inputs="text",
|
24 |
outputs=["text"],
|
25 |
-
description =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
title="Analisis de Sentimiento en Español ")
|
27 |
iface.launch(inline=False)
|
28 |
|
|
|
22 |
iface = gr.Interface(fn=get_sentiment,
|
23 |
inputs="text",
|
24 |
outputs=["text"],
|
25 |
+
description ="""
|
26 |
+
<p>
|
27 |
+
<center>
|
28 |
+
Importante colocar solo una oración en español, puede contener emoji😎, para mas info.<a href='https://linktr.ee/cesarriat ' target='_blank'>Contacto</a>
|
29 |
+
|
30 |
+
</p>
|
31 |
+
"""
|
32 |
+
,
|
33 |
title="Analisis de Sentimiento en Español ")
|
34 |
iface.launch(inline=False)
|
35 |
|