St.pydeck_chart missing Terrain_layer issue

Hi @kforris -

Based on your linked example, they pass in their Mapbox key inside the script like the following:

# Import Mapbox API Key from environment
MAPBOX_API_KEY = os.environ["MAPBOX_API_KEY"]

We wrote a brief note about custom Mapbox styles in our docs, but the quick summary is that you need to pass your Mapbox key via the Streamlit configuration file: