Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ estudiantes = cargar_estudiantes()
|
|
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"]
|
17 |
|
18 |
# Gradio Interface
|
|
|
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"]
|
17 |
|
18 |
# Gradio Interface
|