From 055f5ddc3ba6b5772cd76fe7220f5cb212d2598c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 24 Jan 2024 11:23:51 -0600 Subject: fix page title --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index eb751a5..ec05fcf 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ df['year'] = df['date'].str[-4:] # Configure HTML layout app = Dash(__name__) app.layout = html.Div(children = [ - html.H1(children="Omaha Police Invidents", style={"textAlign":"center"}), + html.H1(children="Omaha Police Incidents", style={"textAlign":"center"}), html.Div([ html.H2(children="Totals per Category and Year", style={"textAlign":"center"}), dcc.Dropdown(df.sort_values("description").description.unique(), "INJURY", id="dropdown"), -- cgit v1.2.3-70-g09d2