Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from ui_generators import (
|
|
26 |
build_analytics_tab_plot_area,
|
27 |
BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
|
28 |
)
|
29 |
-
from analytics_data_processing import prepare_filtered_analytics_data # This is key for data structure
|
30 |
from analytics_plot_generator import (
|
31 |
generate_posts_activity_plot,
|
32 |
generate_mentions_activity_plot, generate_mention_sentiment_plot,
|
|
|
26 |
build_analytics_tab_plot_area,
|
27 |
BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
|
28 |
)
|
29 |
+
from analytics_data_processing import prepare_filtered_analytics_data, generate_chatbot_data_summaries # This is key for data structure
|
30 |
from analytics_plot_generator import (
|
31 |
generate_posts_activity_plot,
|
32 |
generate_mentions_activity_plot, generate_mention_sentiment_plot,
|