Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ main_ui = ui.page_fluid(
|
|
| 189 |
ui.row(
|
| 190 |
ui.column(4, ui.input_select('year_input', 'Select Season', year_list, selected=2026)),
|
| 191 |
ui.column(4, ui.input_select('level_input', 'Select Level', level_dict)),
|
| 192 |
-
ui.column(4, ui.input_select('type_input', 'Select Type', type_dict,selected='
|
| 193 |
),
|
| 194 |
# Row for the action button to get player list
|
| 195 |
ui.row(ui.input_action_button("player_button", "Get Player List", class_="btn-primary")),
|
|
@@ -210,7 +210,7 @@ main_ui = ui.page_fluid(
|
|
| 210 |
ui.panel_conditional(
|
| 211 |
"input.compare_mode",
|
| 212 |
ui.row(
|
| 213 |
-
ui.column(6, ui.input_select('compare_year', 'Compare Year', year_list, selected=
|
| 214 |
ui.column(6, ui.input_select('compare_type', 'Compare Type', type_dict, selected='R')),
|
| 215 |
),
|
| 216 |
ui.row(ui.column(12, ui.output_ui('compare_date_id', 'Compare Date Range'))),
|
|
|
|
| 189 |
ui.row(
|
| 190 |
ui.column(4, ui.input_select('year_input', 'Select Season', year_list, selected=2026)),
|
| 191 |
ui.column(4, ui.input_select('level_input', 'Select Level', level_dict)),
|
| 192 |
+
ui.column(4, ui.input_select('type_input', 'Select Type', type_dict,selected='S'))
|
| 193 |
),
|
| 194 |
# Row for the action button to get player list
|
| 195 |
ui.row(ui.input_action_button("player_button", "Get Player List", class_="btn-primary")),
|
|
|
|
| 210 |
ui.panel_conditional(
|
| 211 |
"input.compare_mode",
|
| 212 |
ui.row(
|
| 213 |
+
ui.column(6, ui.input_select('compare_year', 'Compare Year', year_list, selected=2025)),
|
| 214 |
ui.column(6, ui.input_select('compare_type', 'Compare Type', type_dict, selected='R')),
|
| 215 |
),
|
| 216 |
ui.row(ui.column(12, ui.output_ui('compare_date_id', 'Compare Date Range'))),
|