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...
myshirk
commited on
Apr 18, 2022
Commit
673bdce
·
1 Parent(s):
da801dc
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+9
-0
app.py
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
import streamlit as st
2
+
3
+
def show_model():
4
+
return
5
+
6
+
def main():
7
+
st.title("Semantic Search for Datasets Using Sentence Transformer")
8
+
9
+
main()