diff --git a/app.py b/app.py index c5f9687..f14eb13 100644 --- a/app.py +++ b/app.py @@ -248,7 +248,7 @@ def main(): format_func=lambda x: 'All' if x == 'all' else ('%dM'%(float(x)*1000) if float(x)<1 else x+'B') ) if selected_sizes != ['all']: - filtered = filtered[filtered['size'].isin([s for s in selected_sizes if s != 'all'])] + filtered = filtered[filtered['size'].isin(selected_sizes)] if best_of: if not show_quants: