myshirk commited on
Commit
fc36661
1 Parent(s): ee93acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,7 +8,7 @@ def main():
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("**Goal**: search for datasets in NCEI's Archive using natural language queries")
12
  st.write("[Repo](https://github.com/myrandaGoesToSpace/semantic-search-datasets)")
13
 
14
  st.image("pres-whatisnoaa.png")
@@ -19,14 +19,14 @@ def main():
19
  #st.image("pres-onestop.png")
20
  #st.image("pres-problems.png")
21
 
22
- st.write("##The Model: [Sentence Transformers](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1")
23
  st.image("pres-sentencetransformers.png")
24
 
25
- st.write("##Project Data")
26
  st.image("pres-metadata.png")
27
  st.image("pres-creatingse.png")
28
 
29
- st.write("##Results and Demo")
30
 
31
  st.image("pres-futureplans.png")
32
 
 
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("## Goal: search for datasets in NCEI's Archive using natural language queries")
12
  st.write("[Repo](https://github.com/myrandaGoesToSpace/semantic-search-datasets)")
13
 
14
  st.image("pres-whatisnoaa.png")
 
19
  #st.image("pres-onestop.png")
20
  #st.image("pres-problems.png")
21
 
22
+ st.write("## The Model: [Sentence Transformers](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1")
23
  st.image("pres-sentencetransformers.png")
24
 
25
+ st.write("## Project Data")
26
  st.image("pres-metadata.png")
27
  st.image("pres-creatingse.png")
28
 
29
+ st.write("## Results and Demo")
30
 
31
  st.image("pres-futureplans.png")
32