Spaces:
Sleeping
Sleeping
remove clear button
Browse files
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():
|