green commited on
Commit
c0c6fd6
1 Parent(s): 9d6f449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ with st.form(key='columns_in_form'):
282
 
283
  for i in selections: # i is supposed to be a list of stubs, mostly one
284
  if i != 'None':
285
- ]:
286
  if j not in chosen:
287
  chosen.append(j) # j is a stub.
288
 
 
282
 
283
  for i in selections: # i is supposed to be a list of stubs, mostly one
284
  if i != 'None':
285
+ for j in clusters[i]:
286
  if j not in chosen:
287
  chosen.append(j) # j is a stub.
288