Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
myshirk
/
semantic-search-datasets
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
673bdce
semantic-search-datasets
/
app.py
myshirk
Create app.py
673bdce
almost 3 years ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
streamlit
as
st
def
show_model
():
return
def
main
():
st.title(
"Semantic Search for Datasets Using Sentence Transformer"
)
main()