Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,8 @@ from modules.database.chat_mongo_db import (
|
|
109 |
|
110 |
# Importaciones de base de datos
|
111 |
from modules.studentact.student_activities_v2 import display_student_activities
|
112 |
-
from modules.studentact.current_situation_interface import display_current_situation_interface
|
113 |
from modules.studentact.current_situation_analysis import display_current_situation_visual
|
114 |
|
115 |
-
|
116 |
from modules.auth.auth import (
|
117 |
authenticate_student,
|
118 |
register_student,
|
|
|
109 |
|
110 |
# Importaciones de base de datos
|
111 |
from modules.studentact.student_activities_v2 import display_student_activities
|
|
|
112 |
from modules.studentact.current_situation_analysis import display_current_situation_visual
|
113 |
|
|
|
114 |
from modules.auth.auth import (
|
115 |
authenticate_student,
|
116 |
register_student,
|