Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ app_description = """
|
|
12 |
This application enables a quick protein-peptide binding search based on sequences.
|
13 |
You can use it to search the full [PDB](https://www.rcsb.org/) database or in a specific organism genome.
|
14 |
"""
|
15 |
-
max_results =
|
16 |
|
17 |
|
18 |
def search_and_display(seq, n_res, index_selection):
|
|
|
12 |
This application enables a quick protein-peptide binding search based on sequences.
|
13 |
You can use it to search the full [PDB](https://www.rcsb.org/) database or in a specific organism genome.
|
14 |
"""
|
15 |
+
max_results = 1000
|
16 |
|
17 |
|
18 |
def search_and_display(seq, n_res, index_selection):
|