Awesome StreamLit Tricks You Should Know

Manpreet Singh
3 min readAug 23, 2021

Welcome back! Streamlit is one of my favorite GUI building frameworks for Python, I’ve personally built out several front-ends for my data applications with this package, if you’re new to this tool, check out the link below to learn more about it:

Let’s go ahead and look at some of my favorite tricks / tips for Streamlit, although these range in uses, you should still be able to utilize these in most of your projects!

Hosting Streamlit Apps For Free

Starting off, one of the coolest things you can do when you have a completed Streamlit project is hosting it, there are a few ways to host a streamlit app, below is one of the most popular ways to do so:

Like I mentioned, there are a few different ways to do this, but Heroku is one of the more popular options…

--

--