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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ selected_features = [
37
  def extract_features(sequence):
38
  """Extract only the required features and normalize them."""
39
  # Compute all possible features
40
- aac = AAComposition..CalculateAADipeptideComposition(sequence) # Amino Acid Composition
41
 
42
 
43
  # Combine both feature sets
 
37
  def extract_features(sequence):
38
  """Extract only the required features and normalize them."""
39
  # Compute all possible features
40
+ aac = AAComposition.CalculateAADipeptideComposition(sequence) # Amino Acid Composition
41
 
42
 
43
  # Combine both feature sets