Update app.py
Browse files
app.py
CHANGED
@@ -876,7 +876,7 @@ def server(input, output, session):
|
|
876 |
{ "title": "Pitch Type", "field": "pitch_type", "width": 125, "headerFilter":"input" ,"frozen":True,},
|
877 |
{ "title": "New?", "field": "new_pitch", "width": 125, "headerFilter":"input" ,"frozen":False,},
|
878 |
{ "title": "Pitches", "field": "count", "width": 100 , "headerFilter":"input"},
|
879 |
-
{ "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100, "headerFilter":"input"}
|
880 |
{ "title": "LHH%", "field": "lhh_percent_formatted", "width": 90, "headerFilter":"input"},
|
881 |
{ "title": "RHH%", "field": "rhh_percent_formatted", "width": 90, "headerFilter":"input"},
|
882 |
{ "title": "Velocity", "field": "start_speed_formatted", "width": 100, "headerFilter":"input", "formatter":"textarea" },
|
|
|
876 |
{ "title": "Pitch Type", "field": "pitch_type", "width": 125, "headerFilter":"input" ,"frozen":True,},
|
877 |
{ "title": "New?", "field": "new_pitch", "width": 125, "headerFilter":"input" ,"frozen":False,},
|
878 |
{ "title": "Pitches", "field": "count", "width": 100 , "headerFilter":"input"},
|
879 |
+
{ "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100, "headerFilter":"input"},
|
880 |
{ "title": "LHH%", "field": "lhh_percent_formatted", "width": 90, "headerFilter":"input"},
|
881 |
{ "title": "RHH%", "field": "rhh_percent_formatted", "width": 90, "headerFilter":"input"},
|
882 |
{ "title": "Velocity", "field": "start_speed_formatted", "width": 100, "headerFilter":"input", "formatter":"textarea" },
|