Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lring3223
/
llm_challenge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ecf35de
llm_challenge
/
app.py
lring3223
Add application file
ecf35de
10 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)