fixed refactored code
Some checks failed
Security Scan / dependency-check (pull_request) Successful in 38s
Security Scan / security (pull_request) Successful in 41s
Test Suite / lint (pull_request) Failing after 28s
Test Suite / test (3.11) (pull_request) Successful in 1m27s
Test Suite / build (pull_request) Has been skipped

This commit is contained in:
2025-08-14 07:55:40 -07:00
parent 1ec7e2c38c
commit 7b81c20a26
18 changed files with 386 additions and 537 deletions

View File

@@ -9,7 +9,7 @@ class AppLayout:
def create_layout(self):
return dbc.Container(
[self._create_header(), self._create_main_content(), self._create_stores()],
[self._create_header(), self._create_main_content()] + self._create_stores(),
fluid=True,
)