jcmachicao commited on
Commit
a555f3b
verified
1 Parent(s): d9ce4c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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