nesticot commited on
Commit
64b307b
·
verified ·
1 Parent(s): c35dfb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Spring Training Pitch Data App"),
26
  ui.row(
27
  ui.column(4,
28
- ui.markdown("""This app generates a table which shows the 2025 Spring Training 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
 
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