myshirk commited on
Commit
93f465d
1 Parent(s): de9bc6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ def show_model():
4
  return
5
 
6
  def main():
7
- st.title("Semantic Search for Datasets Using Sentence Transformer")
 
8
  st.image("noaa_logo.png", width=150)
9
 
10
  st.write("<b>Goal</b>: search for datasets in NCEI's Archive using natural language queries")
 
4
  return
5
 
6
  def main():
7
+ st.title("Semantic Search for Datasets Using Sentence Transformers")
8
+ st.write("A case study for the National Centers for Environmental Information (NCEI)")
9
  st.image("noaa_logo.png", width=150)
10
 
11
  st.write("<b>Goal</b>: search for datasets in NCEI's Archive using natural language queries")