what is streamlit in python code example
Example 1: run streamlit from python
python -m streamlit.cli run app.py
Example 2: streamlit python install
streamlit run myfile.py
python -m streamlit.cli run app.py
streamlit run myfile.py