Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,20 @@ PR0001INCOME -> UninsuredMedicalExpenses
|
|
26 |
}
|
27 |
''')
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
st.graphviz_chart('''
|
30 |
digraph {
|
31 |
PR0012MENTALHEALTH -> Apprehension -> Undefined -> Fear -> Anxious
|
|
|
26 |
}
|
27 |
''')
|
28 |
|
29 |
+
st.graphviz_chart('''
|
30 |
+
digraph {
|
31 |
+
PR0001INCOME -> Continuityof -> Care
|
32 |
+
PR0001INCOME -> Durable -> Medical -> Equipment
|
33 |
+
PR0001INCOME -> Finances
|
34 |
+
PR0001INCOME -> LegalSystem
|
35 |
+
PR0001INCOME -> Medical -> Dental -> Care
|
36 |
+
PR0001INCOME -> Medication -> Coordination -> Ordering
|
37 |
+
PR0001INCOME -> Other -> Community -> Resources
|
38 |
+
PR0001INCOME -> SocialWork -> Counseling -> Care
|
39 |
+
PR0001INCOME -> Supplies
|
40 |
+
}
|
41 |
+
''')
|
42 |
+
|
43 |
st.graphviz_chart('''
|
44 |
digraph {
|
45 |
PR0012MENTALHEALTH -> Apprehension -> Undefined -> Fear -> Anxious
|