This tutorial will demonstrate how to create analytic dashboards using Streamlit.
To run all the examples in this repository, simply download the repository and run the following command:
pip install -r requirements.txtIn the basics tutorial, you'll learn:
- How to render a Pandas DataFrame
 - How to render basic bar charts
 - How to arrange the components in a column layout
 - How to use tabs to arrange your layout