Spaces:
Sleeping
Sleeping
Plmanwaring
commited on
Commit
•
db46b5d
1
Parent(s):
a2f5545
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def adr_predict(x):
|
|
70 |
|
71 |
entity_colors = {
|
72 |
'Severity': 'red',
|
73 |
-
'
|
74 |
'Medication': 'lightblue',
|
75 |
'Age': 'yellow',
|
76 |
'Sex':'yellow',
|
|
|
70 |
|
71 |
entity_colors = {
|
72 |
'Severity': 'red',
|
73 |
+
'Sign_symptom': 'green',
|
74 |
'Medication': 'lightblue',
|
75 |
'Age': 'yellow',
|
76 |
'Sex':'yellow',
|