GuglielmoTor commited on
Commit
1602363
·
verified ·
1 Parent(s): a66fb68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ from ui.analytics_plot_generator import update_analytics_plots_figures, create_p
30
  from formulas import PLOT_FORMULAS
31
 
32
  # --- EXISTING CHATBOT MODULE IMPORTS ---
33
- from chatbot_prompts import get_initial_insight_prompt_and_suggestions # MODIFIED IMPORT
34
- from chatbot_handler import generate_llm_response
35
  # --- END EXISTING CHATBOT MODULE IMPORTS ---
36
 
37
  # --- NEW AGENTIC PIPELINE IMPORTS ---
 
30
  from formulas import PLOT_FORMULAS
31
 
32
  # --- EXISTING CHATBOT MODULE IMPORTS ---
33
+ from features.chatbot.chatbot_prompts import get_initial_insight_prompt_and_suggestions # MODIFIED IMPORT
34
+ from features.chatbot.chatbot_handler import generate_llm_response
35
  # --- END EXISTING CHATBOT MODULE IMPORTS ---
36
 
37
  # --- NEW AGENTIC PIPELINE IMPORTS ---