Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ demo = gr.Interface(
|
|
| 19 |
lines=5
|
| 20 |
),
|
| 21 |
outputs="text",
|
| 22 |
-
title="
|
| 23 |
description="Enter an amino acid sequence (e.g., using the 1-letter code) to predict its melting temperature ($T_m$) in degrees Celsius. The sequence is automatically space-separated for the ESM model.",
|
| 24 |
examples=[
|
| 25 |
["VKLGSGAYE"], # Example sequence 1
|
|
|
|
| 19 |
lines=5
|
| 20 |
),
|
| 21 |
outputs="text",
|
| 22 |
+
title="Nano Protein Language Model for Thermostability Prediction",
|
| 23 |
description="Enter an amino acid sequence (e.g., using the 1-letter code) to predict its melting temperature ($T_m$) in degrees Celsius. The sequence is automatically space-separated for the ESM model.",
|
| 24 |
examples=[
|
| 25 |
["VKLGSGAYE"], # Example sequence 1
|