Update app.py
Browse files
app.py
CHANGED
|
@@ -22,10 +22,10 @@ pitcher_old_dict = dict(zip(df_year_old_group['pitcher_id'],df_year_old_group['p
|
|
| 22 |
|
| 23 |
app_ui = ui.page_fluid(
|
| 24 |
ui.card(
|
| 25 |
-
ui.card_header("2025
|
| 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
|
|
|
|
| 22 |
|
| 23 |
app_ui = ui.page_fluid(
|
| 24 |
ui.card(
|
| 25 |
+
ui.card_header("2025 MLB 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
|