reformat
All checks were successful
Security Scan / dependency-check (pull_request) Successful in 35s
Security Scan / security (pull_request) Successful in 39s
Test Suite / lint (pull_request) Successful in 30s
Test Suite / test (3.11) (pull_request) Successful in 1m26s
Test Suite / build (pull_request) Successful in 37s

This commit is contained in:
2025-08-14 08:07:50 -07:00
parent 6a995635ac
commit 4867614474
5 changed files with 79 additions and 61 deletions

View File

@@ -9,7 +9,8 @@ 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,
)