nesticot commited on
Commit
4455b30
·
verified ·
1 Parent(s): c5c0186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -568,16 +568,16 @@ def server(input, output, session):
568
  { "title": "Last Pitched", "field": "last_pitched", "width": 125, "headerFilter":"input" ,"frozen":True,},
569
  { "title": "Pitch Type", "field": "pitch_type", "width": 100, "headerFilter":"input" ,"frozen":True,},
570
  { "title": "New?", "field": "new_pitch", "width": 75, "headerFilter":"input" ,"frozen":False,},
571
- { "title": "Pitches", "field": "count", "width": 80 },
572
  { "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100,"formatter":"textarea"},
573
- { "title": "LHH%", "field": "lhh_percent_formatted", "width": 90,"formatter":"textarea"},
574
- { "title": "RHH%", "field": "rhh_percent_formatted", "width": 90,"formatter":"textarea"},
575
- { "title": "Velocity", "field": "start_speed_formatted", "width": 80,"formatter":"textarea" },
576
- { "title": "Max Velo", "field": "max_start_speed_formatted", "width": 80, "formatter":"textarea" },
577
- { "title": "iVB", "field": "ivb_formatted", "width": 75,"formatter":"textarea" },
578
- { "title": "HB", "field": "hb_formatted", "width": 75, "formatter":"textarea" },
579
- { "title": "RelH", "field": "release_pos_z_formatted", "width": 80, "formatter":"textarea" },
580
- { "title": "RelS", "field": "release_pos_x_formatted", "width": 80, "formatter":"textarea" },
581
  { "title": "Extension", "field": "extension_formatted", "width": 100, "formatter":"textarea" },
582
  { "title": "tjStuff+", "field": "tj_stuff_plus_formatted", "width": 100, "formatter":"textarea" }
583
  ]
 
568
  { "title": "Last Pitched", "field": "last_pitched", "width": 125, "headerFilter":"input" ,"frozen":True,},
569
  { "title": "Pitch Type", "field": "pitch_type", "width": 100, "headerFilter":"input" ,"frozen":True,},
570
  { "title": "New?", "field": "new_pitch", "width": 75, "headerFilter":"input" ,"frozen":False,},
571
+ { "title": "Pitches", "field": "count", "width": 100 },
572
  { "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100,"formatter":"textarea"},
573
+ { "title": "LHH%", "field": "lhh_percent_formatted", "width": 100,"formatter":"textarea"},
574
+ { "title": "RHH%", "field": "rhh_percent_formatted", "width": 100,"formatter":"textarea"},
575
+ { "title": "Velocity", "field": "start_speed_formatted", "width": 100,"formatter":"textarea" },
576
+ { "title": "Max Velo", "field": "max_start_speed_formatted", "width": 100, "formatter":"textarea" },
577
+ { "title": "iVB", "field": "ivb_formatted", "width": 100,"formatter":"textarea" },
578
+ { "title": "HB", "field": "hb_formatted", "width": 100, "formatter":"textarea" },
579
+ { "title": "RelH", "field": "release_pos_z_formatted", "width": 100, "formatter":"textarea" },
580
+ { "title": "RelS", "field": "release_pos_x_formatted", "width": 100, "formatter":"textarea" },
581
  { "title": "Extension", "field": "extension_formatted", "width": 100, "formatter":"textarea" },
582
  { "title": "tjStuff+", "field": "tj_stuff_plus_formatted", "width": 100, "formatter":"textarea" }
583
  ]