Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ demo = gr.Interface(
|
|
| 20 |
),
|
| 21 |
outputs="text",
|
| 22 |
title="Nano Protein Language Model for Thermostability Prediction",
|
| 23 |
-
description="Enter an amino acid sequence (
|
| 24 |
examples=[
|
| 25 |
["VKLGSGAYE"], # Example sequence 1
|
| 26 |
["MALWMRLLPLLALLALWGPDPAAAFVNQHLCGSHLVEALYLVCGERGFFYTPKA"], # Example sequence 2
|
|
|
|
| 20 |
),
|
| 21 |
outputs="text",
|
| 22 |
title="Nano Protein Language Model for Thermostability Prediction",
|
| 23 |
+
description="Enter an amino acid sequence (using the 1-letter code) to predict its melting temperature (Tm) in degrees Celsius.",
|
| 24 |
examples=[
|
| 25 |
["VKLGSGAYE"], # Example sequence 1
|
| 26 |
["MALWMRLLPLLALLALWGPDPAAAFVNQHLCGSHLVEALYLVCGERGFFYTPKA"], # Example sequence 2
|