Update app.py
Browse files
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 |
|