An open API service indexing awesome lists of open source software.

https://github.com/lewagon/streamlit

A Streamlit demo application for Le Wagon Data Science purpose
https://github.com/lewagon/streamlit

Last synced: 5 months ago
JSON representation

A Streamlit demo application for Le Wagon Data Science purpose

Awesome Lists containing this project

README

          

This repo is on prod at http://streamlit.lewagon.ai/

# Usage

You may run this on your machine:

``` bash
streamlit run demo.py
```

# Production

If you wish to deploy to prod on heroku, do not forget to configure your email address

``` bash
heroku ps:scale web=1
```