Dash Application Title

html.H1(
“Automobile Sales Statistics Dashboard”,
style={
‘textAlign’: ‘center’, # Center align the text
‘color’: ‘#503D36’, # Set the color
‘font-size’: ‘24px’ # Set the font size
}
)