cychristophercyc commited on
Commit
7001065
1 Parent(s): ab3f219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ if st.button("Classify"):
86
  list_of_dictionaries.append(new_dictionary)
87
 
88
 
89
- filtered_list = [d for d in list_of_dictionaries if d['Label'].strip() == select]
90
 
91
 
92
  for m in len(filtered_list):
 
86
  list_of_dictionaries.append(new_dictionary)
87
 
88
 
89
+ filtered_list = [d for d in list_of_dictionaries if d['label'].strip() == select]
90
 
91
 
92
  for m in len(filtered_list):