Update modules/database/semantic_export.py
Browse files
modules/database/semantic_export.py
CHANGED
@@ -12,7 +12,7 @@ from reportlab.graphics import renderPDF
|
|
12 |
from reportlab.lib.utils import ImageReader
|
13 |
|
14 |
#importaciones locales
|
15 |
-
from .semantic_mongo_db import
|
16 |
from .chat_db import get_chat_history
|
17 |
|
18 |
# Placeholder para el logo
|
|
|
12 |
from reportlab.lib.utils import ImageReader
|
13 |
|
14 |
#importaciones locales
|
15 |
+
from .semantic_mongo_db import get_student_semantic_data
|
16 |
from .chat_db import get_chat_history
|
17 |
|
18 |
# Placeholder para el logo
|