Christopher McMaster commited on
Commit
bc0efd8
1 Parent(s): 1b6eade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -54,10 +54,10 @@ default_text = """# Pancreatitis
54
  """
55
 
56
  title = "Adverse Drug Reaction Highlighting"
57
- description = """This app was made to accompany our recent paper.
58
- ADRs will be highlighted in purple, offending medications in green.
59
- Hover over a word to see the strength of each prediction on a 0-1 scale.
60
- Paper: https://www.medrxiv.org/content/10.1101/2021.12.11.21267504v2
61
  Code: https://github.com/AustinMOS/adr-nlp
62
  """
63
 
 
54
  """
55
 
56
  title = "Adverse Drug Reaction Highlighting"
57
+ description = """This app was made to accompany our recent paper.\n
58
+ ADRs will be highlighted in purple, offending medications in green.\n
59
+ Hover over a word to see the strength of each prediction on a 0-1 scale.\n
60
+ Paper: https://www.medrxiv.org/content/10.1101/2021.12.11.21267504v2\n
61
  Code: https://github.com/AustinMOS/adr-nlp
62
  """
63