myshirk commited on
Commit
b48f7ea
1 Parent(s): 0e34a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -5,6 +5,10 @@ def show_model():
5
 
6
  def main():
7
  st.title("Semantic Search for Datasets Using Sentence Transformer")
8
- st.image("noaa_logo.png", width=100)
 
 
 
 
9
 
10
  main()
 
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")
11
+
12
+ st.image("ncei_banner.png")
13
 
14
  main()