remove dummy data, improve training , follow architecture
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user