Problem with Flask app deployment on Heroku with HTML, CSS, and JS

Viewed 16

I have created a server.py(using flask) file which gives an output from my machine learning model using JSON APIs. Then I created an HTML, CSS, and JS site. Using JS, I collect the data from my server.

But I am unable to deploy this on Heroku, yes I have used profile and dockerfile but that only deploys the python file and I am left with an application error. I want the webpage to be deployed along with the server. Can someone please help me?

0 Answers
Related