Spaces:
Running
Running
Update app.py
Browse files
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='
|
| 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")),
|