Spaces:
Paused
Paused
Update src/langgraph_workflow.py
Browse files
src/langgraph_workflow.py
CHANGED
|
@@ -21,7 +21,7 @@ from src.chart_generator import (
|
|
| 21 |
plot_radar_chart_subject_department # Ensure this is imported
|
| 22 |
)
|
| 23 |
from src.analysis import calculate_correlations
|
| 24 |
-
from src.report_generator_llm import
|
| 25 |
|
| 26 |
# Define the state
|
| 27 |
class WorkflowState(TypedDict):
|
|
|
|
| 21 |
plot_radar_chart_subject_department # Ensure this is imported
|
| 22 |
)
|
| 23 |
from src.analysis import calculate_correlations
|
| 24 |
+
from src.report_generator_llm import generate_analysis_text
|
| 25 |
|
| 26 |
# Define the state
|
| 27 |
class WorkflowState(TypedDict):
|