myshirk's picture
add image
bdfb32d
raw
history blame
171 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")
main()