Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
williambr
/
StreamlitMapPractice
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b4f93d
StreamlitMapPractice
/
app.py
williambr
Update app.py
9b4f93d
almost 3 years ago
raw
Copy download link
history
blame
157 Bytes
import
streamlit
as
st
import
pandas
as
pd
import
numpy
as
np
name = st.text_input(
'What is your name?'
)
st.markdown(
'Hello! '
, name,
'nice to meet you'
)