davidmezzetti commited on
Commit
1fb7ea3
·
verified ·
1 Parent(s): 3fd04f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 historical 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
  """
 
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
  """