Spaces:
Running
Running
Update ui/analytics_plot_generator.py
Browse files
ui/analytics_plot_generator.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
import matplotlib.ticker as mticker
|
8 |
import matplotlib.patches as patches # Added for rounded corners
|
9 |
import ast # For safely evaluating string representations of lists
|
10 |
-
from analytics_data_processing import (
|
11 |
generate_chatbot_data_summaries,
|
12 |
prepare_filtered_analytics_data
|
13 |
)
|
|
|
7 |
import matplotlib.ticker as mticker
|
8 |
import matplotlib.patches as patches # Added for rounded corners
|
9 |
import ast # For safely evaluating string representations of lists
|
10 |
+
from data_processing.analytics_data_processing import (
|
11 |
generate_chatbot_data_summaries,
|
12 |
prepare_filtered_analytics_data
|
13 |
)
|