Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
almost 4 years ago
Raw
Download with hf CLI
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