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