22405ac 57f85d0 088de9e 1e00c41
1
2
3
4
5
6
import streamlit as st import pandas as pd import numpy as np dal = pd.DataFrame( np.random.randn(1, 1) / [50, 50] + [33.1032, -96.6706], columns=['lat', 'lon']) st.map(dal)