awacke1 commited on
Commit
635f998
·
1 Parent(s): 51dae36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -28,21 +28,21 @@ PR0001INCOME -> UninsuredMedicalExpenses
28
 
29
  st.graphviz_chart('''
30
  digraph {
31
- PR0012MENTALHEALTH -> Apprehension -> UndefinedFearAnxious
32
- PR0012MENTALHEALTH -> Attempts -> SuicideHomicide
33
  PR0012MENTALHEALTH -> Difficulty -> Managing -> Anger
34
  PR0012MENTALHEALTH -> Difficulty -> Managing -> Stress
35
- PR0012MENTALHEALTH -> Expresses -> SuicidalHomicidalThoughts
36
- PR0012MENTALHEALTH -> False -> BeliefsDelusions
37
- PR0012MENTALHEALTH -> False -> PerceptionsHallucinationsIllusions
38
- PR0012MENTALHEALTH -> FlatAffectLackofEmotion
39
- PR0012MENTALHEALTH -> IrritableAgitatedAggressive
40
  PR0012MENTALHEALTH -> LossofInterest -> Involvementin -> ActivitiesSelfCare
41
  PR0012MENTALHEALTH -> MoodSwings
42
- PR0012MENTALHEALTH -> NarrowedtoScattered -> AttentionFocus
43
- PR0012MENTALHEALTH -> PurposelessCompulsiveRepetitiveActivity
44
- PR0012MENTALHEALTH -> SadnessHopelessnessDecreasedSelfEsteem
45
- PR0012MENTALHEALTH -> SomaticComplaintsFatigue
46
  }
47
  ''')
48
 
 
28
 
29
  st.graphviz_chart('''
30
  digraph {
31
+ PR0012MENTALHEALTH -> Apprehension -> Undefined -> Fear -> Anxious
32
+ PR0012MENTALHEALTH -> Attempts -> Suicide -> Homicide
33
  PR0012MENTALHEALTH -> Difficulty -> Managing -> Anger
34
  PR0012MENTALHEALTH -> Difficulty -> Managing -> Stress
35
+ PR0012MENTALHEALTH -> Expresses -> Suicidal -> Homicidal -> Thoughts
36
+ PR0012MENTALHEALTH -> False -> Beliefs -> Delusions
37
+ PR0012MENTALHEALTH -> False -> Perceptions -> Hallucinations -> Illusions
38
+ PR0012MENTALHEALTH -> FlatAffect -> LackofEmotion
39
+ PR0012MENTALHEALTH -> Irritable -> Agitated -> Aggressive
40
  PR0012MENTALHEALTH -> LossofInterest -> Involvementin -> ActivitiesSelfCare
41
  PR0012MENTALHEALTH -> MoodSwings
42
+ PR0012MENTALHEALTH -> Narrowedto -> Scattered -> Attention -> Focus
43
+ PR0012MENTALHEALTH -> Purposeless -> Compulsive -> RepetitiveActivity
44
+ PR0012MENTALHEALTH -> Sadness -> Hopelessness -> Decreased -> SelfEsteem
45
+ PR0012MENTALHEALTH -> Somatic -> Complaints -> Fatigue
46
  }
47
  ''')
48