Update app.py
Browse files
app.py
CHANGED
|
@@ -811,7 +811,7 @@ def server(input, output, session):
|
|
| 811 |
|
| 812 |
|
| 813 |
selection = ['game_id','pitcher_id','pitcher_name','batter_id','batter_name','pitcher_hand',
|
| 814 |
-
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus']
|
| 815 |
|
| 816 |
|
| 817 |
|
|
@@ -844,7 +844,7 @@ def server(input, output, session):
|
|
| 844 |
|
| 845 |
|
| 846 |
selection = ['game_id','pitcher_id','pitcher_name','batter_id','batter_name','pitcher_hand',
|
| 847 |
-
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus']
|
| 848 |
|
| 849 |
|
| 850 |
|
|
|
|
| 811 |
|
| 812 |
|
| 813 |
selection = ['game_id','pitcher_id','pitcher_name','batter_id','batter_name','pitcher_hand',
|
| 814 |
+
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus','pitch_grade']
|
| 815 |
|
| 816 |
|
| 817 |
|
|
|
|
| 844 |
|
| 845 |
|
| 846 |
selection = ['game_id','pitcher_id','pitcher_name','batter_id','batter_name','pitcher_hand',
|
| 847 |
+
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus','pitch_grade']
|
| 848 |
|
| 849 |
|
| 850 |
|