nambiar4 commited on
Commit
15a14e4
·
1 Parent(s): 0805962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ gr.Interface(
28
  ["text"],
29
  examples=examples,
30
  title="DR-BERT: A Protein Language Model to Predict Disordered Regions",
31
- description="The app uses DR-BERT to predict disordered regions in proteins. Outputs generated are the probability that a residue is disordered.")
32
  ).launch()
 
28
  ["text"],
29
  examples=examples,
30
  title="DR-BERT: A Protein Language Model to Predict Disordered Regions",
31
+ description="The app uses DR-BERT to predict disordered regions in proteins. Outputs generated are the probability that a residue is disordered."
32
  ).launch()