Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ default_text = """# Pancreatitis
|
|
55 |
|
56 |
title = "Adverse Drug Reaction Highlighting"
|
57 |
description = "Named Entity Recognition model to detect ADRs in discharge summaries"
|
58 |
-
article = """This app was made to accompany our recent [paper](https://www.medrxiv.org/content/10.1101/2021.12.11.21267504v2)
|
59 |
-
ADRs will be highlighted in <span style="color:purple">purple</span>, offending medications in <span style="color:green">green</span
|
60 |
-
Hover over a word to see the strength of each prediction on a 0-1 scale
|
61 |
Our training code can be found at [github](https://github.com/AustinMOS/adr-nlp).
|
62 |
"""
|
63 |
|
|
|
55 |
|
56 |
title = "Adverse Drug Reaction Highlighting"
|
57 |
description = "Named Entity Recognition model to detect ADRs in discharge summaries"
|
58 |
+
article = """This app was made to accompany our recent [paper](https://www.medrxiv.org/content/10.1101/2021.12.11.21267504v2).<br>
|
59 |
+
ADRs will be highlighted in <span style="color:purple">purple</span>, offending medications in <span style="color:green">green</span>.<br>
|
60 |
+
Hover over a word to see the strength of each prediction on a 0-1 scale.<br>
|
61 |
Our training code can be found at [github](https://github.com/AustinMOS/adr-nlp).
|
62 |
"""
|
63 |
|