Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def health_game():
|
|
17 |
{"condition": "๐ง Mental disorders", "emoji": "๐ง", "spending": 150.8, "treatment": "Therapy and medication", "savings": "$1500"},
|
18 |
{"condition": "๐ฆด Osteoarthritis and joint disorders", "emoji": "๐ฅ", "spending": 142.4, "treatment": "Low-impact exercise and physical therapy", "savings": "$800"},
|
19 |
{"condition": "๐ Diabetes", "emoji": "๐ฉธ", "spending": 107.4, "treatment": "Regular checkups and medication", "savings": "$1200"},
|
20 |
-
{"condition": "
|
21 |
{"condition": "๐ฉบ Hypertension", "emoji": "๐", "spending": 83.9, "treatment": "Lifestyle changes and medication", "savings": "$900"},
|
22 |
{"condition": "๐ฌ Hyperlipidemia", "emoji": "๐ฌ", "spending": 83.9, "treatment": "Lifestyle changes and medication", "savings": "$700"},
|
23 |
{"condition": "๐ฆด Back problems", "emoji": "๐ง", "spending": 67.0, "treatment": "Physical therapy and exercise", "savings": "$400"}
|
|
|
17 |
{"condition": "๐ง Mental disorders", "emoji": "๐ง", "spending": 150.8, "treatment": "Therapy and medication", "savings": "$1500"},
|
18 |
{"condition": "๐ฆด Osteoarthritis and joint disorders", "emoji": "๐ฅ", "spending": 142.4, "treatment": "Low-impact exercise and physical therapy", "savings": "$800"},
|
19 |
{"condition": "๐ Diabetes", "emoji": "๐ฉธ", "spending": 107.4, "treatment": "Regular checkups and medication", "savings": "$1200"},
|
20 |
+
{"condition": "๐ฎโ๐จ Chronic obstructive pulmonary disease and asthma", "emoji": "๐ฎโ๐จ", "spending": 91.0, "treatment": "Inhalers and breathing exercises", "savings": "$600"},
|
21 |
{"condition": "๐ฉบ Hypertension", "emoji": "๐", "spending": 83.9, "treatment": "Lifestyle changes and medication", "savings": "$900"},
|
22 |
{"condition": "๐ฌ Hyperlipidemia", "emoji": "๐ฌ", "spending": 83.9, "treatment": "Lifestyle changes and medication", "savings": "$700"},
|
23 |
{"condition": "๐ฆด Back problems", "emoji": "๐ง", "spending": 67.0, "treatment": "Physical therapy and exercise", "savings": "$400"}
|