nesticot commited on
Commit
73417a9
·
verified ·
1 Parent(s): 4e017e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -214,7 +214,7 @@ main_ui = ui.page_sidebar(
214
  ui.sidebar(
215
  # Row for selecting season and level
216
  ui.row(
217
- ui.column(6, ui.input_select('year_input', 'Select Season', year_list, selected=2024)),
218
  ui.column(6, ui.input_select('level_input', 'Select Level', level_dict)),
219
  ),
220
  # Row for the action button to get player list
@@ -248,9 +248,9 @@ main_ui = ui.page_sidebar(
248
  ui.tags.h4("TJStats"),
249
  ui.tags.i("Baseball Analytics and Visualizations"),
250
  ui.markdown("""<a href='https://x.com/TJStats'>Follow me on Twitter</a><sup>1</sup>"""),
251
- ui.markdown("""<a href='https://www.patreon.com/tj_stats'>Support me on Patreon for Access to 2024 Apps</a><sup>1</sup>"""),
252
  ui.markdown("### MiLB Statcast Batting Summaries"),
253
- ui.markdown("""This Shiny App allows you to generate Baseball Savant-style percentile bars for MiLB players in the 2024 Season.
254
  Currently, MiLB Statcast is only available for AAA and A (Florida State League) level.
255
  """),
256
  ui.markdown("""
 
214
  ui.sidebar(
215
  # Row for selecting season and level
216
  ui.row(
217
+ ui.column(6, ui.input_select('year_input', 'Select Season', year_list, selected=2025)),
218
  ui.column(6, ui.input_select('level_input', 'Select Level', level_dict)),
219
  ),
220
  # Row for the action button to get player list
 
248
  ui.tags.h4("TJStats"),
249
  ui.tags.i("Baseball Analytics and Visualizations"),
250
  ui.markdown("""<a href='https://x.com/TJStats'>Follow me on Twitter</a><sup>1</sup>"""),
251
+ ui.markdown("""<a href='https://www.patreon.com/tj_stats'>Support me on Patreon for Access to 2025 Apps</a><sup>1</sup>"""),
252
  ui.markdown("### MiLB Statcast Batting Summaries"),
253
+ ui.markdown("""This Shiny App allows you to generate Baseball Savant-style percentile bars for MiLB players in the 2024 & 2025 Season.
254
  Currently, MiLB Statcast is only available for AAA and A (Florida State League) level.
255
  """),
256
  ui.markdown("""