I am working in a simple flask project in colab. The whole program runs, and the run method produces a localhost URL. But I am not able to view the HTML site. It runs locally on my computer, but not in colab.
I have changed my flask run method's host to 0.0.0.0 based on the following StackOverflow answer. My previous question.
The whole code is available at Code link.