Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mihkelmj
/
utrecht-pollution-prediction
like
1
Sleeping
App
Files
Files
Community
2
8497557
utrecht-pollution-prediction
/
app.py
Mihkelmj
added app.py and requirements.txt files
8497557
about 2 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)