4kasha commited on
Commit
66787d8
·
1 Parent(s): 44be04c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  value=0.22,
96
  help="sparsity of alignment matrix",
97
  )
98
- show_assignments = st.sidebar.toggle("show assignments", value=True)
99
  if show_assignments:
100
  n_neighbors = st.sidebar.slider(
101
  "n_neighbors", 2, 10, value=8, help="number of neighbors for umap"
 
95
  value=0.22,
96
  help="sparsity of alignment matrix",
97
  )
98
+ show_assignments = st.sidebar.checkbox("show assignments", value=True)
99
  if show_assignments:
100
  n_neighbors = st.sidebar.slider(
101
  "n_neighbors", 2, 10, value=8, help="number of neighbors for umap"