nesticot commited on
Commit
dcd646a
·
verified ·
1 Parent(s): 9d65f36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ app_ui = ui.page_fluid(
25
  ui.card_header("2025 AAA Pitch Data App"),
26
  ui.row(
27
  ui.column(4,
28
- ui.markdown("""This app generates a table which shows the 2025 MLB Pitch data.
29
 
30
  * Differences are calculated based on 2024 regular season data
31
  * If 2024 data does not exist for pitcher, 2023 Data is used
 
25
  ui.card_header("2025 AAA Pitch Data App"),
26
  ui.row(
27
  ui.column(4,
28
+ ui.markdown("""This app generates a table which shows the 2025 AAA Pitch data.
29
 
30
  * Differences are calculated based on 2024 regular season data
31
  * If 2024 data does not exist for pitcher, 2023 Data is used