I just updated my python Dash application that is running on Gunicorn in a Docker container after I noticed some errors in the Docker logs. I spent a few hours linting one of the primary files and cleaning up some issues.

It turns out the error I was originally seeing was causing the app to be very slow to load. Now the Dash app loads very quickly in the browser!

#TIL
#Python
#Dash
#Gunicorn
#Docker