improve training on signals, add save session button to store all progress

This commit is contained in:
Dobromir Popov
2025-07-02 10:59:13 +03:00
parent 488fbacf67
commit d15ebf54ca
3 changed files with 481 additions and 47 deletions

View File

@ -149,6 +149,10 @@ class DashboardLayoutManager:
html.I(className="fas fa-trash me-1"),
"Clear Session"
], id="clear-session-btn", className="btn btn-warning btn-sm w-100"),
html.Button([
html.I(className="fas fa-save me-1"),
"Store All Models"
], id="store-models-btn", className="btn btn-info btn-sm w-100 mt-2"),
html.Hr(className="my-2"),
html.Small("System Status", className="text-muted d-block mb-1"),
html.Div([