Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anmolmore
/
llm
like
0
Sleeping
App
Files
Files
Community
main
llm
/
app.py
anmolmore
Add application file
2935c51
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)