jcmachicao commited on
Commit
af4c0ff
verified
1 Parent(s): 0a69342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  from utils_gdmk import (
3
- inicializar_grafo, cargar_vocabulario, cargar_estudiantes, mostrar_detalles,
4
- visualizar_grafo, agregar_aporte
5
  )
6
 
7
  # Sample vocabulary for concept extraction
 
1
  import gradio as gr
2
  from utils_gdmk import (
3
+ inicializar_grafo, cargar_vocabulario, cargar_estudiantes, visualizar_grafo, agregar_aporte
 
4
  )
5
 
6
  # Sample vocabulary for concept extraction