Atom Bioworks
commited on
Commit
•
05b3c61
1
Parent(s):
477e70c
Update gui.py
Browse files
gui.py
CHANGED
@@ -10,8 +10,8 @@ import random
|
|
10 |
# Visualization
|
11 |
|
12 |
os.environ['GRADIO_SERVER_NAME'] = '0.0.0.0'
|
13 |
-
title='
|
14 |
-
desc='AptaBLE
|
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 |
|