Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
@@ -23,7 +23,7 @@ from .semantic_process import (
|
|
23 |
|
24 |
from ..utils.widget_utils import generate_unique_key
|
25 |
from ..database.semantic_mongo_db import store_student_semantic_result
|
26 |
-
from ..database.
|
27 |
|
28 |
|
29 |
def display_semantic_interface(lang_code, nlp_models, semantic_t):
|
|
|
23 |
|
24 |
from ..utils.widget_utils import generate_unique_key
|
25 |
from ..database.semantic_mongo_db import store_student_semantic_result
|
26 |
+
from ..database.semantic_export import export_user_interactions
|
27 |
|
28 |
|
29 |
def display_semantic_interface(lang_code, nlp_models, semantic_t):
|