Spaces:
Running
Running
Update modules/__init__.py
Browse files- modules/__init__.py +2 -0
modules/__init__.py
CHANGED
|
@@ -18,6 +18,7 @@ def load_current_situation_functions():
|
|
| 18 |
"""
|
| 19 |
from .studentact.current_situation_interface import (
|
| 20 |
display_current_situation_interface,
|
|
|
|
| 21 |
display_current_situation_visual,
|
| 22 |
show_recommendations
|
| 23 |
)
|
|
@@ -40,6 +41,7 @@ def load_current_situation_functions():
|
|
| 40 |
|
| 41 |
return {
|
| 42 |
'display_current_situation_interface': display_current_situation_interface,
|
|
|
|
| 43 |
'display_current_situation_visual': display_current_situation_visual,
|
| 44 |
'show_recommendations': show_recommendations,
|
| 45 |
'analyze_text_dimensions': analyze_text_dimensions ,
|
|
|
|
| 18 |
"""
|
| 19 |
from .studentact.current_situation_interface import (
|
| 20 |
display_current_situation_interface,
|
| 21 |
+
display_radar_chart,
|
| 22 |
display_current_situation_visual,
|
| 23 |
show_recommendations
|
| 24 |
)
|
|
|
|
| 41 |
|
| 42 |
return {
|
| 43 |
'display_current_situation_interface': display_current_situation_interface,
|
| 44 |
+
'display_radar_chart': display_radar_chart,
|
| 45 |
'display_current_situation_visual': display_current_situation_visual,
|
| 46 |
'show_recommendations': show_recommendations,
|
| 47 |
'analyze_text_dimensions': analyze_text_dimensions ,
|