nesticot commited on
Commit
64daf70
·
verified ·
1 Parent(s): 0e17503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -378,8 +378,8 @@ def server(input, output, session):
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
 
 
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