AIdeaText commited on
Commit
7224a0f
·
verified ·
1 Parent(s): 8a205d6

Update modules/studentact/current_situation_interface.py

Browse files
modules/studentact/current_situation_interface.py CHANGED
@@ -191,7 +191,7 @@ def display_current_situation_interface(lang_code, nlp_models, current_situation
191
 
192
  except Exception as e:
193
  logger.error(f"Error en interfaz principal: {str(e)}")
194
- st.error(current_situation_t.get('error_interface', 'Interface error'))
195
 
196
 
197
  ######################################
 
191
 
192
  except Exception as e:
193
  logger.error(f"Error en interfaz principal: {str(e)}")
194
+ st.error(current_situation_t.get('error_chart', 'Error al mostrar el gráfico'))
195
 
196
 
197
  ######################################