Update app.py
Browse files
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
|
| 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
|