Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
•
24692bc
1
Parent(s):
cbc546e
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,11 @@ def adr_predict(x):
|
|
65 |
entity_colors = {
|
66 |
'Severity': 'red',
|
67 |
'Sign_symptom': 'green',
|
68 |
-
'Medication': 'blue'
|
|
|
|
|
|
|
|
|
69 |
|
70 |
htext = ""
|
71 |
prev_end = 0
|
|
|
65 |
entity_colors = {
|
66 |
'Severity': 'red',
|
67 |
'Sign_symptom': 'green',
|
68 |
+
'Medication': 'blue',
|
69 |
+
'Age': 'yellow',
|
70 |
+
'Sex':'yellow',
|
71 |
+
'Diagnosis_procedure':'gray',
|
72 |
+
'Biological_structure':'black'}
|
73 |
|
74 |
htext = ""
|
75 |
prev_end = 0
|