Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ---
|