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