Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ from utils_gdmk import (
|
|
6 |
# Initialize graph before launching UI
|
7 |
inicializar_grafo()
|
8 |
|
9 |
-
student_names = estudiantes["estudiantes"]
|
10 |
-
|
11 |
# Gradio Interface
|
12 |
iface = gr.Blocks()
|
13 |
|
|
|
6 |
# Initialize graph before launching UI
|
7 |
inicializar_grafo()
|
8 |
|
|
|
|
|
9 |
# Gradio Interface
|
10 |
iface = gr.Blocks()
|
11 |
|