nesticot commited on
Commit
611f58b
·
1 Parent(s): 1880996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ def server(input, output, session):
341
 
342
  cols = top_d_score.columns.tolist();
343
 
344
- for i in input.ignore_id():
345
  cols.remove(i)
346
 
347
 
 
341
 
342
  cols = top_d_score.columns.tolist();
343
 
344
+ for i in list(input.ignore_id()):
345
  cols.remove(i)
346
 
347