Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,62 +125,6 @@ st.markdown("""
|
|
125 |
|
126 |
|
127 |
|
128 |
-
|
129 |
-
|
130 |
-
st.markdown("""
|
131 |
-
# Positive Reframing Strategies for Self Care
|
132 |
-
|
133 |
-
## π± Emotional - How we feel
|
134 |
-
| | | | |
|
135 |
-
|------|---------------------------|-------------------------|--------------------------|
|
136 |
-
|1. |Practice gratitude |2. Focus on the present moment |3. Use positive affirmations |
|
137 |
-
|4. |Surround yourself with positivity |
|
138 |
-
|
139 |
-
## π Spiritual - Our beliefs
|
140 |
-
| | | | |
|
141 |
-
|------|---------------------------|-------------------------|--------------------------|
|
142 |
-
|1. |Engage in regular meditation or prayer |2. Connect with nature |3. Practice forgiveness and self-compassion |
|
143 |
-
|4. |Attend spiritual gatherings or join a spiritual community |
|
144 |
-
|
145 |
-
## π° Financial - How we manage money
|
146 |
-
| | | | |
|
147 |
-
|------|---------------------------|-------------------------|--------------------------|
|
148 |
-
|1. |Create a realistic budget |2. Set achievable financial goals |3. Prioritize paying off debts |
|
149 |
-
|4. |Invest in your future |
|
150 |
-
|
151 |
-
## π‘ Cognitive - How we think
|
152 |
-
| | | | |
|
153 |
-
|------|---------------------------|-------------------------|--------------------------|
|
154 |
-
|1. |Challenge negative thoughts |2. Practice mindfulness |3. Set achievable personal goals |
|
155 |
-
|4. |Engage in lifelong learning |
|
156 |
-
|
157 |
-
## π― Aptitudinal - Our abilities
|
158 |
-
| | | | |
|
159 |
-
|------|---------------------------|-------------------------|--------------------------|
|
160 |
-
|1. |Identify and develop your strengths |2. Set realistic expectations |3. Embrace failure as a learning opportunity |
|
161 |
-
|4. |Seek out opportunities for personal growth |
|
162 |
-
|
163 |
-
## π€ Relational - Our connections
|
164 |
-
| | | | |
|
165 |
-
|------|---------------------------|-------------------------|--------------------------|
|
166 |
-
|1. |Nurture positive relationships |2. Communicate openly and honestly |3. Practice empathy and active listening |
|
167 |
-
|4. |Set healthy boundaries |
|
168 |
-
|
169 |
-
## π Environmental - Our surroundings
|
170 |
-
| | | | |
|
171 |
-
|------|---------------------------|-------------------------|--------------------------|
|
172 |
-
|1. |Create a calming and organized living space |2. Spend time in nature |3. Reduce exposure to environmental stressors |
|
173 |
-
|4. |Practice sustainable living |
|
174 |
-
|
175 |
-
## πββοΈ Physical - Our bodies
|
176 |
-
| | | | |
|
177 |
-
|------|---------------------------|-------------------------|--------------------------|
|
178 |
-
|1. |Engage in regular physical activity |2. Prioritize sleep and relaxation |3. Maintain a balanced and nutritious diet |
|
179 |
-
|4. |Limit alcohol and drug consumption |
|
180 |
-
|
181 |
-
""")
|
182 |
-
|
183 |
-
|
184 |
g = gv.Graph(format='svg', engine='circo')
|
185 |
|
186 |
g.node('B', label="8 Dimensions of Self Care", shape="ellipse", fontsize="20", style="filled", fillcolor="lightblue")
|
|
|
125 |
|
126 |
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
g = gv.Graph(format='svg', engine='circo')
|
129 |
|
130 |
g.node('B', label="8 Dimensions of Self Care", shape="ellipse", fontsize="20", style="filled", fillcolor="lightblue")
|