GuglielmoTor commited on
Commit
2340bad
·
verified ·
1 Parent(s): 6277fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -25,10 +25,9 @@ from ui_generators import (
25
  run_mentions_tab_display,
26
  run_follower_stats_tab_display,
27
  build_analytics_tab_plot_area,
28
- BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON,
29
- create_placeholder_plot # Assuming you have this or similar for error cases
30
  )
31
- from analytics_plot_generator import update_analytics_plots_figures
32
  from formulas import PLOT_FORMULAS
33
 
34
  # --- NEW CHATBOT MODULE IMPORTS ---
 
25
  run_mentions_tab_display,
26
  run_follower_stats_tab_display,
27
  build_analytics_tab_plot_area,
28
+ BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
 
29
  )
30
+ from analytics_plot_generator import update_analytics_plots_figures, create_placeholder_plot
31
  from formulas import PLOT_FORMULAS
32
 
33
  # --- NEW CHATBOT MODULE IMPORTS ---