You May Also Enjoy
Streamlit Tricks — Application Reruns on Every Widget Click? Here’s What-To-Do
less than 1 minute read
Published:
If you have been using Streamlit to build your data science or machine learning web application, probably you are already aware, that whenever any interactive change is invoked through applications’s widgets, Streamlit web application reruns from the very top to the bottom of your python script.Link to Medium Post
How to Embed Tweets on Streamlit Web Application
less than 1 minute read
Published:
Embedding tweets from Twitter within our web application can be both visually aesthetic and informative for our audiences. Here’s only few lines of python codes to achieve this goal. Link to Medium Post
Streamlit Python Cool Tricks to make Your Web-Application look better
less than 1 minute read
Published:
Probably you have often wondered, what can be the better ways to make your Streamlit web application shine and be user-friendly. This article covers a few easy steps, that can minimalize and tweak the already added Streamlit features within the default web application.Link to Medium Post