Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import networkx as nx
|
3 |
from utils_gdmk import (
|
4 |
-
inicializar_grafo, cargar_vocabulario, cargar_nombres, visualizar_grafo,
|
|
|
5 |
)
|
6 |
|
7 |
G = nx.DiGraph()
|
|
|
1 |
import gradio as gr
|
2 |
import networkx as nx
|
3 |
from utils_gdmk import (
|
4 |
+
inicializar_grafo, cargar_vocabulario, cargar_nombres, visualizar_grafo,
|
5 |
+
agregar_aporte, reload_data
|
6 |
)
|
7 |
|
8 |
G = nx.DiGraph()
|