Spaces:
Sleeping
Sleeping
| 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 | |
| [](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 | |
|  | |
| ## 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/) | |