This repo contains alot of examples how to get start with streamlit
for data display and other widgets.
# create virtual env with
python3 -m venv .venv
# install required dependencies
pip install -r requirements.txt
# run the app
streamlit run <module-name.py>