Jhsmit commited on
Commit
12638cb
1 Parent(s): e05e748

remove clear button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def KSApp():
170
  Selectors(selection_left)
171
  solara.Text("Select left:")
172
  Selectors(selection_right)
173
- solara.Button(label="Clear", on_click=clear_all)
174
 
175
  if not all_set([selection_left.value, selection_right.value]):
176
  with solara.Card():
 
170
  Selectors(selection_left)
171
  solara.Text("Select left:")
172
  Selectors(selection_right)
173
+ # solara.Button(label="Clear", on_click=clear_all)
174
 
175
  if not all_set([selection_left.value, selection_right.value]):
176
  with solara.Card():