netlify is for static sites only. Try https://render.com. https://www.dash-mantine-components.com is hosted on render.
Here are the instructions for hosting a flask app: Deploy a Flask App | Render · Cloud Hosting for Developers.
You’d need to add server = app.server
in your entry module for your dash app.
5 Likes