sfaezella commited on
Commit
381ddef
·
verified ·
1 Parent(s): 5a5e721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -58,7 +58,9 @@ def classify(sequence):
58
  return "Potential Allergen" if pred.item() == 1 else "Non-Allergen"
59
 
60
  description_md = """
61
- ## **About AllerTrans – A Powerful Tool for Predicting the Allergenicity of Protein Sequences**
 
 
62
 
63
  **Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
64
 
 
58
  return "Potential Allergen" if pred.item() == 1 else "Non-Allergen"
59
 
60
  description_md = """
61
+ ## **AllerTrans**
62
+
63
+ Official demo for **AllerTrans**, A Powerful Tool for Predicting the Allergenicity of Protein Sequences.
64
 
65
  **Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
66