ArkenB commited on
Commit
be0b057
·
verified ·
1 Parent(s): 7688e66

Update src/langgraph_workflow.py

Browse files
Files changed (1) hide show
  1. src/langgraph_workflow.py +1 -1
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 generate_html_report_with_llm, save_report
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):