nonzeroexit commited on
Commit
d2d249d
·
verified ·
1 Parent(s): 0853dd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def extract_features(sequence):
41
 
42
 
43
  # Combine both feature sets
44
- all_features = {**aac}
45
 
46
  # Extract only the selected features
47
  selected_feature_values = [all_features[feature] for feature in selected_features if feature in all_features]
 
41
 
42
 
43
  # Combine both feature sets
44
+ all_features = aac
45
 
46
  # Extract only the selected features
47
  selected_feature_values = [all_features[feature] for feature in selected_features if feature in all_features]