Update app.py
Browse files
app.py
CHANGED
|
@@ -439,7 +439,7 @@ class Application:
|
|
| 439 |
st.title("⚾ Baseball Stats")
|
| 440 |
st.markdown(
|
| 441 |
"""
|
| 442 |
-
This application finds the best matching
|
| 443 |
Raw data is from the [Lahman Baseball Database](https://sabr.org/lahman-database/). Read [this
|
| 444 |
article](https://medium.com/neuml/explore-baseball-history-with-vector-search-5778d98d6846) for more details.
|
| 445 |
"""
|
|
|
|
| 439 |
st.title("⚾ Baseball Stats")
|
| 440 |
st.markdown(
|
| 441 |
"""
|
| 442 |
+
This application finds the best matching players using vector search with [txtai](https://github.com/neuml/txtai).
|
| 443 |
Raw data is from the [Lahman Baseball Database](https://sabr.org/lahman-database/). Read [this
|
| 444 |
article](https://medium.com/neuml/explore-baseball-history-with-vector-search-5778d98d6846) for more details.
|
| 445 |
"""
|