sudhir2016 commited on
Commit
49f1ac3
·
verified ·
1 Parent(s): 89ace6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (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
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