Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tushifire
/
Similar_paper_recommend
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
49d8e39
Similar_paper_recommend
/
app.py
tushifire
interactive editing on browser
4ed18a3
over 2 years ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
from
sentence_transformers
import
SentenceTransformer, util