Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 324 Bytes

File metadata and controls

22 lines (15 loc) · 324 Bytes

Data Viz with Streamlit App

How to run it on your own machine

  1. Clone the repository
git clone https://github.com/mydevground/StreamlitApp.git
cd StreamlitApp
  1. Install the requirements
$ pip install -r requirements.txt
  1. Run the app
$ streamlit run NewyorkUberPickups.py