Commit
路
a0a27dc
1
Parent(s):
d37f34c
Update app.py
Browse files
app.py
CHANGED
@@ -84,11 +84,10 @@ amazon_app = gr.Interface(
|
|
84 |
outputs=[gr.outputs.Label(label="Predicci贸n"), gr.outputs.Label(label="Puntaje")],
|
85 |
title="An谩lisis de sentimientos de rese帽as de productos en Espa帽ol",
|
86 |
description="Ingresa una rese帽a de algun producto y obt茅n una predicci贸n sobre si su sentimiento es positivo o negativo. (Max. 250 caracteres)",
|
87 |
-
theme=
|
88 |
-
layout="vertical",
|
89 |
-
interpretation="default",
|
90 |
allow_flagging=False,
|
91 |
-
analytics_enabled=
|
92 |
)
|
93 |
|
94 |
# Ejecuta la aplicaci贸n
|
|
|
84 |
outputs=[gr.outputs.Label(label="Predicci贸n"), gr.outputs.Label(label="Puntaje")],
|
85 |
title="An谩lisis de sentimientos de rese帽as de productos en Espa帽ol",
|
86 |
description="Ingresa una rese帽a de algun producto y obt茅n una predicci贸n sobre si su sentimiento es positivo o negativo. (Max. 250 caracteres)",
|
87 |
+
theme=gr.themes.Soft(),
|
88 |
+
layout="vertical",
|
|
|
89 |
allow_flagging=False,
|
90 |
+
analytics_enabled=True
|
91 |
)
|
92 |
|
93 |
# Ejecuta la aplicaci贸n
|