nesticot commited on
Commit
2653192
·
verified ·
1 Parent(s): 79bd397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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