awacke1 commited on
Commit
18b7b88
Β·
1 Parent(s): 4e6c5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +52 -0
app.py CHANGED
@@ -61,6 +61,58 @@ st.markdown("""
61
  """)
62
 
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  g = gv.Graph(format='svg', engine='circo')
65
 
66
  g.node('B', label="8 Dimensions of Self Care", shape="ellipse", fontsize="20", style="filled", fillcolor="lightblue")
 
61
  """)
62
 
63
 
64
+ # Positive Reframing Strategies for Self Care
65
+
66
+ ## 🌱 Emotional - How we feel
67
+ | | | | |
68
+ |------|---------------------------|-------------------------|--------------------------|
69
+ |1. |Practice gratitude |2. Focus on the present moment |3. Use positive affirmations |
70
+ |4. |Surround yourself with positivity |
71
+
72
+ ## πŸ™ Spiritual - Our beliefs
73
+ | | | | |
74
+ |------|---------------------------|-------------------------|--------------------------|
75
+ |1. |Engage in regular meditation or prayer |2. Connect with nature |3. Practice forgiveness and self-compassion |
76
+ |4. |Attend spiritual gatherings or join a spiritual community |
77
+
78
+ ## πŸ’° Financial - How we manage money
79
+ | | | | |
80
+ |------|---------------------------|-------------------------|--------------------------|
81
+ |1. |Create a realistic budget |2. Set achievable financial goals |3. Prioritize paying off debts |
82
+ |4. |Invest in your future |
83
+
84
+ ## πŸ’‘ Cognitive - How we think
85
+ | | | | |
86
+ |------|---------------------------|-------------------------|--------------------------|
87
+ |1. |Challenge negative thoughts |2. Practice mindfulness |3. Set achievable personal goals |
88
+ |4. |Engage in lifelong learning |
89
+
90
+ ## 🎯 Aptitudinal - Our abilities
91
+ | | | | |
92
+ |------|---------------------------|-------------------------|--------------------------|
93
+ |1. |Identify and develop your strengths |2. Set realistic expectations |3. Embrace failure as a learning opportunity |
94
+ |4. |Seek out opportunities for personal growth |
95
+
96
+ ## 🀝 Relational - Our connections
97
+ | | | | |
98
+ |------|---------------------------|-------------------------|--------------------------|
99
+ |1. |Nurture positive relationships |2. Communicate openly and honestly |3. Practice empathy and active listening |
100
+ |4. |Set healthy boundaries |
101
+
102
+ ## 🌍 Environmental - Our surroundings
103
+ | | | | |
104
+ |------|---------------------------|-------------------------|--------------------------|
105
+ |1. |Create a calming and organized living space |2. Spend time in nature |3. Reduce exposure to environmental stressors |
106
+ |4. |Practice sustainable living |
107
+
108
+ ## πŸƒβ€β™‚οΈ Physical - Our bodies
109
+ | | | | |
110
+ |------|---------------------------|-------------------------|--------------------------|
111
+ |1. |Engage in regular physical activity |2. Prioritize sleep and relaxation |3. Maintain a balanced and nutritious diet |
112
+ |4. |Limit alcohol and drug consumption |
113
+
114
+
115
+
116
  g = gv.Graph(format='svg', engine='circo')
117
 
118
  g.node('B', label="8 Dimensions of Self Care", shape="ellipse", fontsize="20", style="filled", fillcolor="lightblue")