Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mpajas
/
math-lectures-semantic-search
like
0
Runtime error
App
Files
Files
Community
84f3fa1
math-lectures-semantic-search
/
app.py
matijap
Initial test commit.
84f3fa1
over 1 year 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)