nesticot commited on
Commit
997fcaf
·
verified ·
1 Parent(s): 8f55066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -34,6 +34,9 @@ cmap_sum = mcolors.LinearSegmentedColormap.from_list("", ['#648FFF', '#FFFFFF',
34
  year_list = [2017,2018,2019,2020,2021,2022,2023,2024]
35
 
36
 
 
 
 
37
 
38
  level_dict = {'1':'MLB',
39
  '11':'AAA',
 
34
  year_list = [2017,2018,2019,2020,2021,2022,2023,2024]
35
 
36
 
37
+ type_dict = {'R':'Regular Season',
38
+ 'S':'Spring',
39
+ 'P':'Playoffs' }
40
 
41
  level_dict = {'1':'MLB',
42
  '11':'AAA',