nesticot commited on
Commit
09dc129
·
verified ·
1 Parent(s): 3296d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -561,9 +561,9 @@ def server(input, output, session):
561
  { "title": "Pitch Type", "field": "pitch_type", "width": 125, "headerFilter":"input" ,"frozen":True,},
562
  { "title": "New Pitch?", "field": "new_pitch", "width": 125, "headerFilter":"input" ,"frozen":False,},
563
  { "title": "Pitches", "field": "count", "width": 100 },
564
- { "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100},
565
- { "title": "LHH%", "field": "lhh_percent_formatted", "width": 100},
566
- { "title": "RHH%", "field": "rhh_percent_formatted", "width": 100},
567
  { "title": "Velocity", "field": "start_speed_formatted", "width": 100,"formatter":"textarea" },
568
  { "title": "Max Velo", "field": "max_start_speed_formatted", "width": 100, "formatter":"textarea" },
569
  { "title": "iVB", "field": "ivb_formatted", "width": 100,"formatter":"textarea" },
 
561
  { "title": "Pitch Type", "field": "pitch_type", "width": 125, "headerFilter":"input" ,"frozen":True,},
562
  { "title": "New Pitch?", "field": "new_pitch", "width": 125, "headerFilter":"input" ,"frozen":False,},
563
  { "title": "Pitches", "field": "count", "width": 100 },
564
+ { "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100,"formatter":"textarea"},
565
+ { "title": "LHH%", "field": "lhh_percent_formatted", "width": 100,"formatter":"textarea"},
566
+ { "title": "RHH%", "field": "rhh_percent_formatted", "width": 100,"formatter":"textarea"},
567
  { "title": "Velocity", "field": "start_speed_formatted", "width": 100,"formatter":"textarea" },
568
  { "title": "Max Velo", "field": "max_start_speed_formatted", "width": 100, "formatter":"textarea" },
569
  { "title": "iVB", "field": "ivb_formatted", "width": 100,"formatter":"textarea" },