AIdeaText commited on
Commit
1de34ff
·
verified ·
1 Parent(s): e4b7857

Update modules/studentact/current_situation_interface.py

Browse files
modules/studentact/current_situation_interface.py CHANGED
@@ -106,7 +106,7 @@ def display_current_situation_interface(lang_code, nlp_models, t):
106
  # Text area con manejo de estado - usando t.get directamente
107
  text_input = st.text_area(
108
  t.get('input_prompt', "Escribe o pega tu texto aquí:"),
109
- height=400,
110
  key=f"text_area_{lang_code}", # Clave única por idioma
111
  value=st.session_state.text_input,
112
  help=t.get('help', "Este texto será analizado para darte recomendaciones personalizadas")
 
106
  # Text area con manejo de estado - usando t.get directamente
107
  text_input = st.text_area(
108
  t.get('input_prompt', "Escribe o pega tu texto aquí:"),
109
+ height=1200,
110
  key=f"text_area_{lang_code}", # Clave única por idioma
111
  value=st.session_state.text_input,
112
  help=t.get('help', "Este texto será analizado para darte recomendaciones personalizadas")