Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
koura718
/
AILanguageCompanion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
04439ff
AILanguageCompanion
/
app.py
koura718
Add app.py
8641cd9
8 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)