sudhir2016 commited on
Commit
89ace6f
·
verified ·
1 Parent(s): 52362db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
19
  lines=5
20
  ),
21
  outputs="text",
22
- title="ESM2 Thermostability Prediction ($T_m$ Regression)",
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