krz/omaha-metro-blotter
Archive of police activity and ALPR surveillance across the Omaha metro.
clone: git clone https://gitbay.org/krz/omaha-metro-blotter.git
055f5ddc3ba6b5772cd76fe7220f5cb212d2598c
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2024-01-24T17:23:51Z
app.py | 2 +- screenshots/dashboard.png | Bin 2295177 -> 2332467 bytes 2 files changed, 1 insertion(+), 1 deletion(-) @@ -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"), Binary files a/screenshots/dashboard.png and b/screenshots/dashboard.png differ