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 
2 Likes