diff --git a/src/app/Layout/Layout.tsx b/src/app/Layout/Layout.tsx
index b9d9ece4792ce221712f7667db33e77396e0950b..2ce8d9135fd1163b32ea30a1967d8ade13c4e732 100644
--- a/src/app/Layout/Layout.tsx
+++ b/src/app/Layout/Layout.tsx
@@ -17,7 +17,7 @@ const Layout = (): JSX.Element => {
<NavigationBar />
{/*Create a Stack container to hold the main content and footer*/}
<Stack direction="column" margin={0} justifyContent="flex-start" spacing={1} sx={{ mt: 8, p: 1, width: '100%' }}>
- <DemoBar />
+ {/*<DemoBar />*/}
{/*Use a Switch to render the appropriate route component*/}
<Switch>
{routes.map(({ path, Component }, key) => (