davidmezzetti commited on
Commit
6ad7d2c
·
verified ·
1 Parent(s): a74c3e3

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.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) GitHub project. Read [this
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
  )