Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,7 @@ from utils_gdmk import (
|
|
5 |
|
6 |
# Initialize graph before launching UI
|
7 |
inicializar_grafo()
|
8 |
-
normativas = cargar_normativas()
|
9 |
-
estudiantes = cargar_estudiantes()
|
10 |
|
11 |
-
coleccion = "normativa_peruana_gestion_riesgos"
|
12 |
-
#coleccion = "propuestas_gestion_incertidumbre"
|
13 |
-
|
14 |
-
norm_options = [norm['nombre'] for norm in normativas[coleccion]]
|
15 |
student_names = estudiantes["estudiantes"]
|
16 |
|
17 |
# Gradio Interface
|
|
|
5 |
|
6 |
# Initialize graph before launching UI
|
7 |
inicializar_grafo()
|
|
|
|
|
8 |
|
|
|
|
|
|
|
|
|
9 |
student_names = estudiantes["estudiantes"]
|
10 |
|
11 |
# Gradio Interface
|