myshirk's picture
Update app.py
0e34a3e
raw
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()