Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from utils_gdmk import (
|
|
| 7 |
|
| 8 |
G = nx.DiGraph()
|
| 9 |
inicializar_grafo() # Llamar antes de mostrar el grafo
|
| 10 |
-
students = cargar_nombres("
|
| 11 |
VOCABULARY = cargar_vocabulario("vocabulario_postdoc.txt")
|
| 12 |
|
| 13 |
def iniciar_interfaz():
|
|
|
|
| 7 |
|
| 8 |
G = nx.DiGraph()
|
| 9 |
inicializar_grafo() # Llamar antes de mostrar el grafo
|
| 10 |
+
students = cargar_nombres("nombres_postdoc.txt")
|
| 11 |
VOCABULARY = cargar_vocabulario("vocabulario_postdoc.txt")
|
| 12 |
|
| 13 |
def iniciar_interfaz():
|