Update app.py
Browse files
app.py
CHANGED
@@ -568,6 +568,7 @@ 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": 115, "headerFilter":"input" ,"frozen":True,},
|
570 |
{ "title": "New?", "field": "new_pitch", "width": 50, "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": 90,"formatter":"textarea"},
|
|
|
568 |
{ "title": "Last Pitched", "field": "last_pitched", "width": 125, "headerFilter":"input" ,"frozen":True,},
|
569 |
{ "title": "Pitch Type", "field": "pitch_type", "width": 115, "headerFilter":"input" ,"frozen":True,},
|
570 |
{ "title": "New?", "field": "new_pitch", "width": 50, "headerFilter":"input" ,"frozen":False,},
|
571 |
+
{ "title": "Last Pitched", "field": "last_pitched", "width": 125, "headerFilter":"input" ,"frozen":True,},
|
572 |
{ "title": "Pitches", "field": "count", "width": 100 },
|
573 |
{ "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100,"formatter":"textarea"},
|
574 |
{ "title": "LHH%", "field": "lhh_percent_formatted", "width": 90,"formatter":"textarea"},
|