Hi,
I am pretty new to streamlit and I am trying to use st.map(). I applied my token at Mapbox and changed it in config.toml
[mapbox]
Configure Streamlit to use a custom Mapbox token for elements like st.deck_gl_chart and st.map. If you don’t do this you’ll be using Streamlit’s own token, which has limitations and is not guaranteed to always work. To get a token for yourself, create an account at https://mapbox.com. It’s free! (for moderate usage levels)
Default: “pk.[TOKEN]”
token = “pk.[MY TOKEN]”
But when I run st.map(data) I just got a blank map with no nothing in it. Does anyone know how to fix this?
Thanks!