Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ normativas = cargar_normativas()
|
|
| 10 |
estudiantes = cargar_estudiantes()
|
| 11 |
|
| 12 |
coleccion = "normativa_peruana_gestion_riesgos"
|
| 13 |
-
coleccion = "propuestas_gestion_incertidumbre"
|
| 14 |
|
| 15 |
norm_options = [norm['nombre'] for norm in normativas[coleccion]]
|
| 16 |
student_names = estudiantes["estudiantes"]
|
|
|
|
| 10 |
estudiantes = cargar_estudiantes()
|
| 11 |
|
| 12 |
coleccion = "normativa_peruana_gestion_riesgos"
|
| 13 |
+
#coleccion = "propuestas_gestion_incertidumbre"
|
| 14 |
|
| 15 |
norm_options = [norm['nombre'] for norm in normativas[coleccion]]
|
| 16 |
student_names = estudiantes["estudiantes"]
|