Spaces:
Sleeping
Sleeping
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('
|
| 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 |
######################################
|