KikoDM commited on
Commit
e227223
1 Parent(s): 485e424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -91,9 +91,9 @@ iface = gr.Interface(
91
 
92
  "text",
93
  examples=[
94
- [1500,25,20,2,True,2,2],
95
- [1500,25,20,2,False,2,2],
96
- [1500,25,20,2,True,2,2],
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",1500,25,20,2,True,2,2],
95
+ ["Hombre",1500,25,20,2,False,2,2],
96
+ ["Hombre",1500,25,20,2,True,2,2],
97
  ],
98
  interpretation="default",
99
  title = 'Student Experience: cómo mejorar la experiencia de aprendizaje en la universidad',