Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MadhuV28
/
Map
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1e00c41
Map
/
app.py
MadhuV28
Update app.py
1e00c41
almost 3 years ago
raw
Copy download link
history
blame
175 Bytes
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)