Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
graredcr
/
semantic_search
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
31ae6cb
semantic_search
/
app.py
graredcr
Create app.py
31ae6cb
about 2 years 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)