KikoDM commited on
Commit
a808351
1 Parent(s): 3640f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,9 +90,9 @@ iface = gr.Interface(
90
 
91
  "text",
92
  examples=[
93
- [1500,25,20,2,"Yes",2,2],
94
- [1500,25,20,2,"Yes",2,2],
95
- [1500,25,20,2,"Yes",2,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',