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