GuglielmoTor commited on
Commit
bb1bc48
·
verified ·
1 Parent(s): 9aa3bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.ui_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
 
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