AtomBio commited on
Commit
05b3c61
1 Parent(s): 477e70c

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +2 -2
gui.py CHANGED
@@ -10,8 +10,8 @@ import random
10
  # Visualization
11
 
12
  os.environ['GRADIO_SERVER_NAME'] = '0.0.0.0'
13
- title='DNAptaBLE Model Inference'
14
- desc='AptaBLE (cross-attention network), trained to predict the likelihood a DNA aptamer will form a complex with a target protein!\n\nPass in a FASTA-formatted file of all aptamers and input your protein target amino acid sequence. Your output scores are available for download via an Excel file.'
15
 
16
  global pipeline
17
 
 
10
  # Visualization
11
 
12
  os.environ['GRADIO_SERVER_NAME'] = '0.0.0.0'
13
+ title='AptaBLE Model Inference'
14
+ desc='AptaBLE, trained to predict the likelihood an aptamer will form a complex with a target protein!\n\nPass in a FASTA-formatted file of all aptamers and input your protein target amino acid sequence. Your output scores are available for download via an Excel file. At the moment, our demo only supports inference with DNA aptamers.'
15
 
16
  global pipeline
17