nesticot commited on
Commit
8272b68
·
verified ·
1 Parent(s): 14a62df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ main_ui = ui.page_fluid(
251
  ui.row(
252
  ui.column(4, ui.input_select('year_input', 'Select Season', year_list, selected=2025)),
253
  ui.column(4, ui.input_select('level_input', 'Select Level', level_dict)),
254
- ui.column(4, ui.input_select('type_input', 'Select Type', type_dict,selected='S'))
255
  ),
256
  # Row for the action button to get player list
257
  ui.row(ui.input_action_button("player_button", "Get Player List", class_="btn-primary")),
 
251
  ui.row(
252
  ui.column(4, ui.input_select('year_input', 'Select Season', year_list, selected=2025)),
253
  ui.column(4, ui.input_select('level_input', 'Select Level', level_dict)),
254
+ ui.column(4, ui.input_select('type_input', 'Select Type', type_dict,selected='R'))
255
  ),
256
  # Row for the action button to get player list
257
  ui.row(ui.input_action_button("player_button", "Get Player List", class_="btn-primary")),