Brilleslangen commited on
Commit ·
69e94cd
1
Parent(s): aec9df8
Authorship in desc
Browse files
app.py
CHANGED
|
@@ -35,5 +35,6 @@ gr.Interface(
|
|
| 35 |
outputs=gr.Textbox(label="Model Output"),
|
| 36 |
examples=examples,
|
| 37 |
title="Signal Peptide Cleavage Site Predictor",
|
| 38 |
-
description="Select an example or enter your own protein
|
|
|
|
| 39 |
).launch()
|
|
|
|
| 35 |
outputs=gr.Textbox(label="Model Output"),
|
| 36 |
examples=examples,
|
| 37 |
title="Signal Peptide Cleavage Site Predictor",
|
| 38 |
+
description="Created by Nicolai Thorer Sivesind & Erlend Rønning \n Select an example or enter your own protein "
|
| 39 |
+
" sequence and (optionally) its known cleavage site index."
|
| 40 |
).launch()
|