Kseniia-Kholina commited on
Commit
c12002b
·
verified ·
1 Parent(s): 3b3d053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -92,8 +92,6 @@ def process_sequence(sequence, domain_bounds, n):
92
  'Predicted Residues (in order of decreasing likelihood)': mutations,
93
  'Position': positions
94
  })
95
-
96
- df = df[start_index:end_index]
97
 
98
  return df, img
99
 
 
92
  'Predicted Residues (in order of decreasing likelihood)': mutations,
93
  'Position': positions
94
  })
 
 
95
 
96
  return df, img
97