--- title: Streamlit Uber Pickups Demo emoji: "🚕" colorFrom: "blue" colorTo: "green" sdk: streamlit sdk_version: 1.51.0 # Utilisez la version que vous avez installée app_file: app.py pinned: false --- [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/streamlit/demo-uber-nyc-pickups/) # Streamlit Demo: Uber Pickups in New York City A [Streamlit](https://streamlit.io) demo [written in pure Python](https://github.com/streamlit/demo-uber-nyc-pickups/blob/master/streamlit_app.py) to interactively visualize Uber pickups in New York City. ## Overview of the app ![crack](https://raw.githubusercontent.com/streamlit/demo-uber-nyc-pickups/main/uber_demo.png) ## Run this demo locally Make sure you have Docker installed and then run: * `bash run.sh` ### Credits This original repository where the code was created comes from the [official streamlit organisation](https://github.com/streamlit/demo-uber-nyc-pickups/)