nesticot commited on
Commit
4e017e6
·
verified ·
1 Parent(s): 6c10ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ def server(input, output, session):
334
  batter_dict = dict(zip(batter_summary['batter_id'], batter_summary['batter_name'] + ' - ' + batter_summary['position']))
335
 
336
  # Return a select input for choosing a pitcher
337
- return ui.input_select("batter_id", "Select Batter", batter_dict, selectize=True)
338
 
339
  if input.tabset() == "Pitcher Summary":
340
  #Get the list of pitchers for the selected level and season
 
334
  batter_dict = dict(zip(batter_summary['batter_id'], batter_summary['batter_name'] + ' - ' + batter_summary['position']))
335
 
336
  # Return a select input for choosing a pitcher
337
+ return ui.input_select("batter_id", "Select Player", batter_dict, selectize=True)
338
 
339
  if input.tabset() == "Pitcher Summary":
340
  #Get the list of pitchers for the selected level and season