myshirk commited on
Commit
a01266f
·
1 Parent(s): 436c839

add presentation slides

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -11,5 +11,13 @@ def main():
11
  st.write("<b>Goal</b>: search for datasets in NCEI's Archive using natural language queries")
12
 
13
  st.image("ncei_banner.png")
 
 
 
 
 
 
 
 
14
 
15
  main()
 
11
  st.write("<b>Goal</b>: search for datasets in NCEI's Archive using natural language queries")
12
 
13
  st.image("ncei_banner.png")
14
+
15
+ st.image("pres-whatisnoaa.png")
16
+ st.image("pres-onestop.png")
17
+ st.image("pres-problems.png")
18
+ st.image("pres-sentencetranformers.png")
19
+ st.image("pres-metadata.png")
20
+ st.image("pres-creatingse.png")
21
+ st.image("pres-futureplans.png")
22
 
23
  main()