Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
|
| 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")
|