Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mpajas
/
math-lectures-semantic-search
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84f3fa1
math-lectures-semantic-search
/
app.py
matijap
Initial test commit.
84f3fa1
about 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)