Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bpandey23
/
st_llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
st_llm
/
app.py
bpandey23
Update app.py
a5599b6
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
st.write(
"Bhavesh Pandey"
)