nesticot commited on
Commit
3c88caf
1 Parent(s): ab9e3e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ df_2024 = dataset_train.to_pandas().set_index(list(dataset_train.features.keys()
31
  ### PITCH COLOURS ###
32
  pitch_colours = {
33
  'Four-Seam Fastball':'#FF007D',#BC136F
 
34
  'Sinker':'#98165D',#DC267F
35
  'Cutter':'#BE5FA0',
36
 
 
31
  ### PITCH COLOURS ###
32
  pitch_colours = {
33
  'Four-Seam Fastball':'#FF007D',#BC136F
34
+ 'Fastball':'#FF007D',
35
  'Sinker':'#98165D',#DC267F
36
  'Cutter':'#BE5FA0',
37