How can I host the HTML file on Colab?
When running a Python backend.py. There is an HTML file that acts as a website to show the results; Colab is not hosted locally, and only one task can be executed at a time on Colab (I think). Is there any way to host a web from Colab that is an HTML file?
How can I host html file on colab
When running a python backend.py. There is a html file that acts as a website to show the results, however colab is not hosted locally and only one task can be executed at a time on colab(I think) is there any way to host a web from colab that is a html file