Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
·
287e288
1
Parent(s):
8a754d8
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def adr_predict(x):
|
|
65 |
entity_colors = {
|
66 |
'Severity': 'red',
|
67 |
'Sign_symptom': 'green',
|
68 |
-
'Medication': '
|
69 |
'Age': 'yellow',
|
70 |
'Sex':'yellow',
|
71 |
'Diagnostic_procedure':'gray',
|
|
|
65 |
entity_colors = {
|
66 |
'Severity': 'red',
|
67 |
'Sign_symptom': 'green',
|
68 |
+
'Medication': 'lightblue',
|
69 |
'Age': 'yellow',
|
70 |
'Sex':'yellow',
|
71 |
'Diagnostic_procedure':'gray',
|