Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fankrit10
/
fankrit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fankrit
/
app.py
Fankrit10
Cambio en app
dce0803
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
import
streamlit
as
st
st.title(
"Demo para STT"
)
st.markdown(
"Demo de interface grafica para IA"
)
x = st.slider(
"Seleccionar un valor"
)
st.write(x,
"sl cuadrado es "
, x*x)