AIdeaText commited on
Commit
2e6dd88
·
verified ·
1 Parent(s): 77f8be0

Update modules/studentact/current_situation_interface.py

Browse files
modules/studentact/current_situation_interface.py CHANGED
@@ -327,11 +327,3 @@ def display_radar_chart(metrics_config, thresholds):
327
  st.error("Error al mostrar el gráfico")
328
 
329
  #####################################################
330
-
331
- display_personalized_recommendations(
332
- text=text_input,
333
- metrics=st.session_state.current_metrics,
334
- text_type=text_type,
335
- lang_code=lang_code,
336
- t=t
337
- )
 
327
  st.error("Error al mostrar el gráfico")
328
 
329
  #####################################################