ronig commited on
Commit
e1f535f
·
1 Parent(s): 53aa3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 100
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):