Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,9 @@ from ui_generators import (
|
|
26 |
run_mentions_tab_display,
|
27 |
run_follower_stats_tab_display,
|
28 |
build_analytics_tab_plot_area, # EXPECTED TO RETURN: plot_ui_objects, section_titles_map
|
29 |
-
BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
|
30 |
-
create_placeholder_plot # Assuming you have this or similar for error cases
|
31 |
)
|
32 |
-
from analytics_plot_generator import update_analytics_plots_figures
|
33 |
from formulas import PLOT_FORMULAS
|
34 |
|
35 |
# --- NEW CHATBOT MODULE IMPORTS ---
|
|
|
26 |
run_mentions_tab_display,
|
27 |
run_follower_stats_tab_display,
|
28 |
build_analytics_tab_plot_area, # EXPECTED TO RETURN: plot_ui_objects, section_titles_map
|
29 |
+
BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
|
|
|
30 |
)
|
31 |
+
from analytics_plot_generator import update_analytics_plots_figures, create_placeholder_plot
|
32 |
from formulas import PLOT_FORMULAS
|
33 |
|
34 |
# --- NEW CHATBOT MODULE IMPORTS ---
|