Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -84,8 +84,8 @@ def display_current_situation_interface(lang_code, nlp_models, t):
|
|
84 |
|
85 |
# Obtener traducciones para tipos de texto
|
86 |
text_types_translations = {}
|
87 |
-
if 'RECOMMENDATIONS' in t and lang_code in t['RECOMMENDATIONS']:
|
88 |
-
|
89 |
|
90 |
# Inicializar estados si no existen
|
91 |
if 'text_input' not in st.session_state:
|
|
|
84 |
|
85 |
# Obtener traducciones para tipos de texto
|
86 |
text_types_translations = {}
|
87 |
+
#if 'RECOMMENDATIONS' in t and lang_code in t['RECOMMENDATIONS']:
|
88 |
+
# text_types_translations = t['RECOMMENDATIONS'][lang_code]['text_types']
|
89 |
|
90 |
# Inicializar estados si no existen
|
91 |
if 'text_input' not in st.session_state:
|