Update modules/ui/ui.py
Browse files- modules/ui/ui.py +3 -0
modules/ui/ui.py
CHANGED
@@ -47,6 +47,9 @@ from ..database.morphosintax_mongo_db import (
|
|
47 |
get_student_morphosyntax_data
|
48 |
)
|
49 |
|
|
|
|
|
|
|
50 |
from ..morphosyntax.morphosyntax_interface import (
|
51 |
display_morphosyntax_interface,
|
52 |
display_morphosyntax_results
|
|
|
47 |
get_student_morphosyntax_data
|
48 |
)
|
49 |
|
50 |
+
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
51 |
+
|
52 |
+
##Importaciones desde los análisis #######
|
53 |
from ..morphosyntax.morphosyntax_interface import (
|
54 |
display_morphosyntax_interface,
|
55 |
display_morphosyntax_results
|