Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
flax-community
/
example
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
example
/
app.py
Gkason
Create app.py
c7670f0
over 2 years ago
raw
Copy download link
history
blame
215 Bytes
git clone https://huggingface.co/spaces/flax-community/example
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
git add app.py
git commit -m
"Add application file"
git push