Spaces:
Runtime error
Runtime error
add presentation slides
Browse files
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()
|