Problem with Google Colab while Using Streamit

I am using google colab for my pyhton code. I am not able to use the command streamit run [filename]. Its running without any output.

Google colab is actually outputting your app, itโ€™s just that you cannot access it immediately. Since colab is a cloud service, the app is running in one of googles servers, not yours.

Found a tutorial to solve this problem, hope it helps :slight_smile:

2 Likes