Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -72,9 +72,6 @@ def display_current_situation_interface(lang_code, nlp_models, t):
|
|
72 |
st.error(t.get('analysis_error', "Error al procesar el análisis"))
|
73 |
|
74 |
def show_recommendations(feedback, t):
|
75 |
-
"""
|
76 |
-
Muestra las recomendaciones y ejercicios sugeridos.
|
77 |
-
"""
|
78 |
st.markdown("### " + t.get('recommendations_title', "Recomendaciones para mejorar"))
|
79 |
|
80 |
for area, exercises in feedback['recommendations'].items():
|
|
|
72 |
st.error(t.get('analysis_error', "Error al procesar el análisis"))
|
73 |
|
74 |
def show_recommendations(feedback, t):
|
|
|
|
|
|
|
75 |
st.markdown("### " + t.get('recommendations_title', "Recomendaciones para mejorar"))
|
76 |
|
77 |
for area, exercises in feedback['recommendations'].items():
|