NBA Dashboard using Plotly and Dash
app.py - the meat of my application
nba_data.py - the bones of my application, gathers all data from various sources and formats for usage in app.py
figure_styles.py - formatting for tables and figures
Procfile, requirements.txt - other files needed for app.py to run with Heroku
push_heroku_changes.sh - shell script to updated dashboard changes in Heroku