Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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
|