Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,6 +102,12 @@ from modules.database.semantic_mongo_db import (
|
|
| 102 |
get_student_semantic_analysis
|
| 103 |
)
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
from modules.studentact.student_activities_v2 import display_student_progress
|
| 106 |
|
| 107 |
from modules.auth.auth import (
|
|
|
|
| 102 |
get_student_semantic_analysis
|
| 103 |
)
|
| 104 |
|
| 105 |
+
from modules.database.chat_mongo_db import (
|
| 106 |
+
store_chat_history,
|
| 107 |
+
get_chat_history
|
| 108 |
+
)
|
| 109 |
+
|
| 110 |
+
# Importaciones de base de datos
|
| 111 |
from modules.studentact.student_activities_v2 import display_student_progress
|
| 112 |
|
| 113 |
from modules.auth.auth import (
|