Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 493 Bytes

Streamlit Tutorial

This tutorial will demonstrate how to create analytic dashboards using Streamlit.

Installation

To run all the examples in this repository, simply download the repository and run the following command:

pip install -r requirements.txt

Part 1: Basics

In 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