andrewammann commited on
Commit
a936db6
·
verified ·
1 Parent(s): 8cebeeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ df_grouped.columns = ['Neighborhood', 'Total Crashes']
11
 
12
  # Initialize the Dash app
13
  app = Dash(__name__)
 
14
 
15
  # Create a bar chart
16
  fig = px.bar(df_grouped, x='Neighborhood', y='Total Crashes', title='Total Traffic Crashes by Neighborhood in Cincinnati')
 
11
 
12
  # Initialize the Dash app
13
  app = Dash(__name__)
14
+ server = app.server
15
 
16
  # Create a bar chart
17
  fig = px.bar(df_grouped, x='Neighborhood', y='Total Crashes', title='Total Traffic Crashes by Neighborhood in Cincinnati')