Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -58,7 +58,7 @@ from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
|
58 |
##Importaciones desde los análisis #######
|
59 |
from ..morphosyntax.morphosyntax_interface import (
|
60 |
display_morphosyntax_interface,
|
61 |
-
|
62 |
)
|
63 |
|
64 |
from ..semantic.semantic_interface import (
|
|
|
58 |
##Importaciones desde los análisis #######
|
59 |
from ..morphosyntax.morphosyntax_interface import (
|
60 |
display_morphosyntax_interface,
|
61 |
+
display_arc_diagram
|
62 |
)
|
63 |
|
64 |
from ..semantic.semantic_interface import (
|