nesticot commited on
Commit
83173ab
·
verified ·
1 Parent(s): 5de68ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ markdown_text = """
49
  #### About
50
  This Streamlit app retrieves catch probability data for a selected fielder from [Baseball Savant](https://baseballsavant.mlb.com/leaderboard/catch_probability).
51
  The app displays the fielder's data in a table and allows the user to select a
52
- row to view the corresponding catch video.
53
 
54
  Catch probability data is only available for outfielders.
55
 
 
49
  #### About
50
  This Streamlit app retrieves catch probability data for a selected fielder from [Baseball Savant](https://baseballsavant.mlb.com/leaderboard/catch_probability).
51
  The app displays the fielder's data in a table and allows the user to select a
52
+ row to view the corresponding video.
53
 
54
  Catch probability data is only available for outfielders.
55