moved latout-related files

This commit is contained in:
Brian Bjarke Jensen
2024-02-23 21:59:59 +01:00
parent ab176899b3
commit 8f5f329b53
2 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import dash_mantine_components as dmc
from dash import html
def generate_header():
header = dmc.Header(
height=80,
children=[
dmc.Container(
children=[
html.H2(children="Visual Critical Discourse Analysis Tool", style={"margin-left": "20px", "padding-top": "-5px"}),
], size="xl", px="xl",
),
]
)
return header