Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ 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 update_analytics_plots_figures
|
31 |
from formulas import PLOT_FORMULAS
|
32 |
|
|
|
26 |
build_analytics_tab_plot_area,
|
27 |
BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
|
28 |
)
|
|
|
29 |
from analytics_plot_generator import update_analytics_plots_figures
|
30 |
from formulas import PLOT_FORMULAS
|
31 |
|