I am trying to deploy my streamlit app onto render.com, here is the repo.
You can also see I updated the requirements.txt file with matplotlib included, but when I try to build on Render.com it errors with ModuleNotFoundError: No module named ‘matplotlib’.
Any thoughts? Thanks!