remove dummy data, improve training , follow architecture

This commit is contained in:
Dobromir Popov
2025-07-04 23:51:35 +03:00
parent e8b9c05148
commit ce8c00a9d1
13 changed files with 435 additions and 838 deletions

View File

@ -752,12 +752,6 @@ class DashboardComponentManager:
else:
content.append(html.P("No models loaded", className="text-warning small"))
# COB $1 Buckets Section
content.append(html.Hr())
content.append(html.H6([
html.I(className="fas fa-layer-group me-2 text-info"),
"COB Buckets"
], className="mb-2"))
if 'cob_buckets' in metrics_data:
cob_buckets = metrics_data['cob_buckets']