Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,9 +91,9 @@ iface = gr.Interface(
|
|
91 |
|
92 |
"text",
|
93 |
examples=[
|
94 |
-
["Mujer",1500,
|
95 |
-
["Hombre",1500,
|
96 |
-
["Hombre",1500,
|
97 |
],
|
98 |
interpretation="default",
|
99 |
title = 'Student Experience: c贸mo mejorar la experiencia de aprendizaje en la universidad',
|
|
|
91 |
|
92 |
"text",
|
93 |
examples=[
|
94 |
+
["Mujer",25,1500,20,2,True,2,2],
|
95 |
+
["Hombre",25,1500,20,2,False,2,2],
|
96 |
+
["Hombre",25,1500,20,2,True,2,2],
|
97 |
],
|
98 |
interpretation="default",
|
99 |
title = 'Student Experience: c贸mo mejorar la experiencia de aprendizaje en la universidad',
|