Update app.py
Browse files
app.py
CHANGED
|
@@ -67,12 +67,12 @@ with gr.Blocks() as demo:
|
|
| 67 |
)
|
| 68 |
with gr.Row():
|
| 69 |
gr.Markdown(
|
| 70 |
-
"Input the desired amino acid sequence. GFP is shown below by default."
|
| 71 |
)
|
| 72 |
|
| 73 |
with gr.Row():
|
| 74 |
sequence_input = gr.Textbox(
|
| 75 |
-
value="
|
| 76 |
label="Sequence",
|
| 77 |
)
|
| 78 |
with gr.Row():
|
|
|
|
| 67 |
)
|
| 68 |
with gr.Row():
|
| 69 |
gr.Markdown(
|
| 70 |
+
"Input the desired amino acid sequence. GFP is shown below by default. The sequence must include ```<mask>``` for a prediction to be run."
|
| 71 |
)
|
| 72 |
|
| 73 |
with gr.Row():
|
| 74 |
sequence_input = gr.Textbox(
|
| 75 |
+
value="M<mask><mask><mask><mask><mask>SKGEELFTGVVPILVELDGDVNGHKFSVSGEGEGDATYGKLTLKFICTTGKLPVPWPTLVTTFSYGVQCFSRYPDHMKQHDFFKSAMPEGYVQERTIFFKDDGNYKTRAEVKFEGDTLVNRIELKGIDFKEDGNILGHKLEYNYNSHNVYIMADKQKNGIKVNFKIRHNIEDGSVQLADHYQQNTPIGDGPVLLPDNHYLSTQSALSKDPNEKRDHMVLLEFVTAAGITHGMDELYK",
|
| 76 |
label="Sequence",
|
| 77 |
)
|
| 78 |
with gr.Row():
|