Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
@@ -23,7 +23,8 @@ from .current_situation_analysis import (
|
|
23 |
generate_connection_paths,
|
24 |
create_vocabulary_network,
|
25 |
create_syntax_complexity_graph,
|
26 |
-
create_cohesion_heatmap
|
|
|
27 |
)
|
28 |
|
29 |
# Configuraci贸n del estilo de matplotlib para el gr谩fico de radar
|
|
|
23 |
generate_connection_paths,
|
24 |
create_vocabulary_network,
|
25 |
create_syntax_complexity_graph,
|
26 |
+
create_cohesion_heatmap,
|
27 |
+
generate_recommendations
|
28 |
)
|
29 |
|
30 |
# Configuraci贸n del estilo de matplotlib para el gr谩fico de radar
|