Update app.py
Browse files
app.py
CHANGED
|
@@ -378,8 +378,8 @@ def server(input, output, session):
|
|
| 378 |
|
| 379 |
|
| 380 |
|
| 381 |
-
selection = [
|
| 382 |
-
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus']
|
| 383 |
|
| 384 |
|
| 385 |
|
|
|
|
| 378 |
|
| 379 |
|
| 380 |
|
| 381 |
+
selection = ['pitcher_id','pitcher_name','batter_id','batter_name','pitcher_hand',
|
| 382 |
+
'batter_hand','balls','strikes','play_code','event_type','pitch_type','vaa','haa']+features_table+['tj_stuff_plus']
|
| 383 |
|
| 384 |
|
| 385 |
|