How to make an interactive web app using Streamlit.

Rohit Prakash
4 min readJul 6, 2020

What is Streamlit?

Streamlit is a python package that allows you to make deployable interactive web apps for your data science projects all without knowing a single line of HTML code, with minimal lines of python code. Streamlit allows you to do a multitude of things without having to worry about any Javascript or CSS code etc.

--

--