tutorial streamlit python code example
Example 1: run streamlit from python
python -m streamlit.cli run app.py
Example 2: streamlit python install
pip install streamlit
python -m streamlit.cli run app.py
pip install streamlit