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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from utils_gdmk import (
3
- inicializar_grafo, mostrar_detalles, visualizar_grafo, agregar_aporte
4
  )
5
 
6
  # Initialize graph before launching UI
 
1
  import gradio as gr
2
  from utils_gdmk import (
3
+ inicializar_grafo, visualizar_grafo, agregar_aporte
4
  )
5
 
6
  # Initialize graph before launching UI