nesticot commited on
Commit
9f33b01
·
1 Parent(s): 6de20f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ app_ui = ui.page_fluid(
190
  ui.input_numeric("n_2", "Last Games y", value=0),
191
  ui.input_numeric("n_3", "Last Games z", value=0),
192
  ui.input_numeric("top_n", "Show top 'n'", value=10),
193
- ui.input_switch("x", "Switch input"),
194
  #ui.input_select("ignore_id", "Remove Columns",['Position','Roster%'],multiple=True,selectize=True),
195
  ),
196
 
 
190
  ui.input_numeric("n_2", "Last Games y", value=0),
191
  ui.input_numeric("n_3", "Last Games z", value=0),
192
  ui.input_numeric("top_n", "Show top 'n'", value=10),
193
+ ui.input_switch("x", "Drop N/A"),
194
  #ui.input_select("ignore_id", "Remove Columns",['Position','Roster%'],multiple=True,selectize=True),
195
  ),
196