Update modules/semantic/semantic_live_interface.py
Browse files
modules/semantic/semantic_live_interface.py
CHANGED
@@ -13,11 +13,14 @@ from .semantic_process import (
|
|
13 |
process_semantic_input,
|
14 |
format_semantic_results
|
15 |
)
|
16 |
-
|
17 |
from ..utils.widget_utils import generate_unique_key
|
18 |
-
|
|
|
|
|
19 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
20 |
|
|
|
21 |
def display_semantic_live_interface(lang_code, nlp_models, semantic_t):
|
22 |
"""
|
23 |
Interfaz para el análisis semántico en vivo con proporciones de columna ajustadas
|
|
|
13 |
process_semantic_input,
|
14 |
format_semantic_results
|
15 |
)
|
16 |
+
#
|
17 |
from ..utils.widget_utils import generate_unique_key
|
18 |
+
#
|
19 |
+
from ..database.semantic_mongo_live_db import store_student_semantic_result
|
20 |
+
#
|
21 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
22 |
|
23 |
+
####################################################################################
|
24 |
def display_semantic_live_interface(lang_code, nlp_models, semantic_t):
|
25 |
"""
|
26 |
Interfaz para el análisis semántico en vivo con proporciones de columna ajustadas
|