mschuh commited on
Commit
5af1eb8
·
verified ·
1 Parent(s): 077c500

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -75,14 +75,16 @@ dataset_names = [
75
  title = "Predict Drug-Target Interactions with <span style='font-variant:small-caps;'>BarlowDTI</span>"
76
 
77
  description = """
78
- Input Amino Acid Sequence and SMILES to get interaction predictions visualized as a spider graph and in a table.
79
- The values ca be interpreted as the probability of interaction between the drug and target (0 = no interaction, 1 = interaction).
80
 
81
- __Note: Inference may take a loger time, you can upgrade to a paid GPU-enabled plan for faster inference.__
 
 
82
  """
83
 
84
  article = """
85
- This interface enables the use of <span style='font-variant:small-caps;'>BarlowDTI</span><sub>XXL</sub> to predict drug-target interactions.
86
  The model ensemble consists of four models trained on different datasets: our own curated and refined dataset based on
87
  [Golts et. al](https://doi.org/10.48550/arXiv.2401.17174)
88
  in combination with
@@ -90,7 +92,7 @@ in combination with
90
  [BioSNAP](https://snap.stanford.edu/index.html), and
91
  [DAVIS](https://doi.org/10.1038/nbt.1990).
92
 
93
- If you use this interface in your research, please cite our paper:
94
  ```
95
  @misc{schuh2024barlowtwinsdeepneural,
96
  title={Barlow Twins Deep Neural Network for Advanced 1D Drug-Target Interaction Prediction},
 
75
  title = "Predict Drug-Target Interactions with <span style='font-variant:small-caps;'>BarlowDTI</span>"
76
 
77
  description = """
78
+ Enter the amino acid sequence and SMILES to get interaction predictions visualized as a spider graph and in a table.
79
+ The values can be interpreted as the probability of interaction between the drug and the target (0 = no interaction, 1 = interaction).
80
 
81
+ Thank you for using <span style='font-variant:small-caps;'>BarlowDTI</span>!
82
+
83
+ Note: Inference may take longer, you can upgrade to a paid GPU-enabled plan for faster inference.
84
  """
85
 
86
  article = """
87
+ This interface lets the scientific community use <span style='font-variant:small-caps;'>BarlowDTI</span><sub>XXL</sub> to predict drug-target interactions.
88
  The model ensemble consists of four models trained on different datasets: our own curated and refined dataset based on
89
  [Golts et. al](https://doi.org/10.48550/arXiv.2401.17174)
90
  in combination with
 
92
  [BioSNAP](https://snap.stanford.edu/index.html), and
93
  [DAVIS](https://doi.org/10.1038/nbt.1990).
94
 
95
+ If you use our approach in your research, please cite our paper:
96
  ```
97
  @misc{schuh2024barlowtwinsdeepneural,
98
  title={Barlow Twins Deep Neural Network for Advanced 1D Drug-Target Interaction Prediction},