jcmachicao commited on
Commit
5b7c051
verified
1 Parent(s): 86caf5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("nombres.txt")
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():