Update app.py
Browse files
app.py
CHANGED
|
@@ -436,7 +436,7 @@ class Application:
|
|
| 436 |
Runs a Streamlit application.
|
| 437 |
"""
|
| 438 |
|
| 439 |
-
st.title("⚾ Baseball
|
| 440 |
st.markdown(
|
| 441 |
"""
|
| 442 |
This application finds the best matching historical players using vector search with [txtai](https://github.com/neuml/txtai).
|
|
|
|
| 436 |
Runs a Streamlit application.
|
| 437 |
"""
|
| 438 |
|
| 439 |
+
st.title("⚾ Baseball Stats")
|
| 440 |
st.markdown(
|
| 441 |
"""
|
| 442 |
This application finds the best matching historical players using vector search with [txtai](https://github.com/neuml/txtai).
|