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...
0e34a3e
semantic-search-datasets
/
app.py
myshirk
Update app.py
0e34a3e
about 3 years ago
raw
Copy download link
history
blame
182 Bytes
import
streamlit
as
st
def
show_model
():
return
def
main
():
st.title(
"Semantic Search for Datasets Using Sentence Transformer"
)
st.image(
"noaa_logo.png"
, width=
100
)
main()