Plmanwaring commited on
Commit
06bd7d8
·
verified ·
1 Parent(s): 4455e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ def adr_predict(x):
70
 
71
  entity_colors = {
72
  'Severity': 'red',
73
- 'Sign_symptom': 'green',
74
- 'Medication': 'lightblue',
75
  'Age': 'yellow',
76
  'Sex':'yellow',
77
  'Diagnostic_procedure':'gray',
 
70
 
71
  entity_colors = {
72
  'Severity': 'red',
73
+ 'SIGN_SYMPTOM': 'green',
74
+ 'MEDICATION': 'lightblue',
75
  'Age': 'yellow',
76
  'Sex':'yellow',
77
  'Diagnostic_procedure':'gray',