AIdeaText commited on
Commit
56f4a7e
·
verified ·
1 Parent(s): 4fcf2e1

Update modules/studentact/current_situation_interface.py

Browse files
modules/studentact/current_situation_interface.py CHANGED
@@ -279,10 +279,6 @@ def display_metrics_analysis(metrics, text_type=None):
279
  )
280
  st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
281
 
282
- # Gráfico radar en la columna derecha
283
- with graph_col:
284
- display_radar_chart(metrics_config, thresholds)
285
-
286
  except Exception as e:
287
  logger.error(f"Error mostrando resultados: {str(e)}")
288
  st.error("Error al mostrar los resultados")
 
279
  )
280
  st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
281
 
 
 
 
 
282
  except Exception as e:
283
  logger.error(f"Error mostrando resultados: {str(e)}")
284
  st.error("Error al mostrar los resultados")