Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ from ui.analytics_plot_generator import update_analytics_plots_figures, create_p
|
|
37 |
from formulas import PLOT_FORMULAS
|
38 |
|
39 |
# NEW: Import UI enhancements from the new module
|
40 |
-
from ui.
|
41 |
|
42 |
# --- CHATBOT MODULE IMPORTS ---
|
43 |
from features.chatbot.chatbot_prompts import get_initial_insight_prompt_and_suggestions
|
|
|
37 |
from formulas import PLOT_FORMULAS
|
38 |
|
39 |
# NEW: Import UI enhancements from the new module
|
40 |
+
from ui.ui_main_page_enhancements import build_main_app_ui, update_report_display_enhanced
|
41 |
|
42 |
# --- CHATBOT MODULE IMPORTS ---
|
43 |
from features.chatbot.chatbot_prompts import get_initial_insight_prompt_and_suggestions
|