How to install Streamlit?

Spread the love

Install Streamlit with Pip –

To install Streamlit with PIP, type the following command in your command prompt or Terminal

pip install streamlit

After that type the following command to check if everything is running correctly

streamlit hello

You will be asked to type your email –

Once you do that, a page in your web browser will open

From the drop down on the left, select a demo app.

Leave a Reply