sfaezella commited on
Commit
f745782
Β·
verified Β·
1 Parent(s): ab1e383

Refine text format

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -60,18 +60,17 @@ def classify(sequence):
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
 
65
-
66
- ###### **🧾 Output Explanation** – AllerTrans classifies your input sequence into one of the following categories:
67
  ###### **🟒 Non-Allergen:** The protein is unlikely to cause an allergic reaction and can be considered safe regarding allergenicity.
68
  ###### **πŸ”΄ Potential Allergen:** The protein has the potential to trigger an allergic response or exhibit cross-reactivity in some individuals.
69
 
70
-
71
- ###### **πŸ”Ž Caution & Disclaimer:** Our model has demonstrated promising performance on the AlgPred 2.0 validation set, which includes a wide range of allergenic and non-allergenic sequences from diverse sources. AllerTrans is also capable of handling recombinant proteins, as supported by additional evaluation using a recombinant protein dataset from UniProt. However, **we advise caution when using this tool on all constructs and modifications of recombinant proteins**. The model's generalizability across various recombinant scenarios has yet to be fully explored.
72
 
73
  ###### 🚨 Remember, AllerTrans is designed as a reliable screening tool. However, for clinical or regulatory decisions, always confirm the prediction results through experimental validation.
74
- """
75
 
76
  demo = gr.Interface(fn=classify,
77
  inputs=gr.Textbox(lines=3, placeholder="Enter protein sequence..."),
 
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
 
65
+ **🧾 Output Explanation** – AllerTrans classifies your input sequence into one of the following categories:
 
66
  ###### **🟒 Non-Allergen:** The protein is unlikely to cause an allergic reaction and can be considered safe regarding allergenicity.
67
  ###### **πŸ”΄ Potential Allergen:** The protein has the potential to trigger an allergic response or exhibit cross-reactivity in some individuals.
68
 
69
+ **πŸ”Ž Caution & Disclaimer:**
70
+ ###### Our model has demonstrated promising performance on the AlgPred 2.0 validation set, which includes a wide range of allergenic and non-allergenic sequences from diverse sources. AllerTrans is also capable of handling recombinant proteins, as supported by additional evaluation using a recombinant protein dataset from UniProt. However, **we advise caution when using this tool on all constructs and modifications of recombinant proteins**. The model's generalizability across various recombinant scenarios has yet to be fully explored.
71
 
72
  ###### 🚨 Remember, AllerTrans is designed as a reliable screening tool. However, for clinical or regulatory decisions, always confirm the prediction results through experimental validation.
73
+ """
74
 
75
  demo = gr.Interface(fn=classify,
76
  inputs=gr.Textbox(lines=3, placeholder="Enter protein sequence..."),