Skip to content

tschinz/streamlit-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheat Sheet for Streamlit

assets/logo.svg

Description

It is launched on Heroku as the streamlit-cheatsheet app.

Displays a steamlit dash app which shows examples on how to use the streamlit library.

Project Structure

  +-- assets/                     # project images
  +-- data/                       # data files
  +-- config.py                   # dashboard project config
  +-- functions.py                # dashboard project specific functions
  +-- app.py                      # streamlit main webapp
  +-- .gitignore
  +-- LICENSE                     # The project license
  +-- README.md                   # This file

Usage

Install virtual environment

Install pipenv

pip install pipenv

Install requirements

pipenv install

Launch locally

pipenv shell
streamlit run app.py

Credits

License

©️ All rights reserved


Find us on

zawiki  ·  Github tschinz  ·  Twitter @tschinz  ·