Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
il-hoon
/
realKtimeKvoice
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c109c30
realKtimeKvoice
/
app.py
il-hoon
Update app.py
c109c30
almost 2 years ago
raw
Copy download link
history
blame
215 Bytes
git clone https://huggingface.co/spaces/il-hoon/realKtimeKvoice
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