Update app.py
Browse files
app.py
CHANGED
@@ -565,10 +565,9 @@ def server(input, output, session):
|
|
565 |
columns = [
|
566 |
{ "title": "Pitcher Name", "field": "pitcher_name", "width": 225, "headerFilter":"input" ,"frozen":True,},
|
567 |
{ "title": "Team", "field": "pitcher_team", "width": 80, "headerFilter":"input" ,"frozen":True,},
|
568 |
-
{ "title": "Last Pitched", "field": "last_pitched", "width":
|
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": "Last Pitched", "field": "last_pitched", "width": 110, "headerFilter":"input" ,"frozen":True,},
|
572 |
{ "title": "Pitches", "field": "count", "width": 80 },
|
573 |
{ "title": "Pitch%", "field": "pitch_percent_formatted", "width": 100,"formatter":"textarea"},
|
574 |
{ "title": "LHH%", "field": "lhh_percent_formatted", "width": 90,"formatter":"textarea"},
|
|
|
565 |
columns = [
|
566 |
{ "title": "Pitcher Name", "field": "pitcher_name", "width": 225, "headerFilter":"input" ,"frozen":True,},
|
567 |
{ "title": "Team", "field": "pitcher_team", "width": 80, "headerFilter":"input" ,"frozen":True,},
|
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"},
|