diff options
-rw-r--r-- | app.py | 2 | ||||
-rw-r--r-- | screenshots/dashboard.png | bin | 2295177 -> 2332467 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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"), diff --git a/screenshots/dashboard.png b/screenshots/dashboard.png Binary files differindex 066cc95..5a7c6aa 100644 --- a/screenshots/dashboard.png +++ b/screenshots/dashboard.png |