Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ DISASTERS = {
|
|
| 76 |
"emoji": "π’",
|
| 77 |
"helpline": "1070",
|
| 78 |
"emergency_contacts": ["100", "102", "108"],
|
| 79 |
-
"severity_levels": ["
|
| 80 |
"instructions": [
|
| 81 |
"Drop, Cover, and Hold On immediately",
|
| 82 |
"Stay away from windows and heavy objects",
|
|
@@ -94,7 +94,7 @@ DISASTERS = {
|
|
| 94 |
"emoji": "π",
|
| 95 |
"helpline": "1077",
|
| 96 |
"emergency_contacts": ["100", "101", "102"],
|
| 97 |
-
"severity_levels":
|
| 98 |
"instructions": [
|
| 99 |
"Move to higher ground immediately",
|
| 100 |
"Avoid walking in moving water",
|
|
@@ -111,7 +111,7 @@ DISASTERS = {
|
|
| 111 |
"emoji": "π",
|
| 112 |
"helpline": "1078",
|
| 113 |
"emergency_contacts": ["100", "101", "108"],
|
| 114 |
-
"severity_levels": ["
|
| 115 |
"instructions": [
|
| 116 |
"Stay indoors and away from windows",
|
| 117 |
"Stock up on essential supplies",
|
|
@@ -129,7 +129,7 @@ DISASTERS = {
|
|
| 129 |
"emoji": "π₯",
|
| 130 |
"helpline": "101",
|
| 131 |
"emergency_contacts": ["101"],
|
| 132 |
-
"severity_levels": ["Low", "Moderate", "High", "
|
| 133 |
"instructions": [
|
| 134 |
"Evacuate immediately if ordered",
|
| 135 |
"Close all windows and doors",
|
|
@@ -146,7 +146,7 @@ DISASTERS = {
|
|
| 146 |
"emoji": "π‘οΈ",
|
| 147 |
"helpline": "104",
|
| 148 |
"emergency_contacts": ["102", "108"],
|
| 149 |
-
"severity_levels": ["
|
| 150 |
"instructions": [
|
| 151 |
"Stay indoors during peak hours (11 AM - 4 PM)",
|
| 152 |
"Drink plenty of water regularly",
|
|
@@ -163,7 +163,7 @@ DISASTERS = {
|
|
| 163 |
"emoji": "π",
|
| 164 |
"helpline": "1070",
|
| 165 |
"emergency_contacts": ["100", "102", "108"],
|
| 166 |
-
"severity_levels": ["
|
| 167 |
"instructions": [
|
| 168 |
"Move to higher ground immediately",
|
| 169 |
"Stay away from the coast",
|
|
|
|
| 76 |
"emoji": "π’",
|
| 77 |
"helpline": "1070",
|
| 78 |
"emergency_contacts": ["100", "102", "108"],
|
| 79 |
+
"severity_levels": ["Low", "Moderate", "High", "Critical"],
|
| 80 |
"instructions": [
|
| 81 |
"Drop, Cover, and Hold On immediately",
|
| 82 |
"Stay away from windows and heavy objects",
|
|
|
|
| 94 |
"emoji": "π",
|
| 95 |
"helpline": "1077",
|
| 96 |
"emergency_contacts": ["100", "101", "102"],
|
| 97 |
+
"severity_levels":["Low", "Moderate", "High", "Critical"],
|
| 98 |
"instructions": [
|
| 99 |
"Move to higher ground immediately",
|
| 100 |
"Avoid walking in moving water",
|
|
|
|
| 111 |
"emoji": "π",
|
| 112 |
"helpline": "1078",
|
| 113 |
"emergency_contacts": ["100", "101", "108"],
|
| 114 |
+
"severity_levels": ["Low", "Moderate", "High", "Critical"],
|
| 115 |
"instructions": [
|
| 116 |
"Stay indoors and away from windows",
|
| 117 |
"Stock up on essential supplies",
|
|
|
|
| 129 |
"emoji": "π₯",
|
| 130 |
"helpline": "101",
|
| 131 |
"emergency_contacts": ["101"],
|
| 132 |
+
"severity_levels": ["Low", "Moderate", "High", "Critical"],
|
| 133 |
"instructions": [
|
| 134 |
"Evacuate immediately if ordered",
|
| 135 |
"Close all windows and doors",
|
|
|
|
| 146 |
"emoji": "π‘οΈ",
|
| 147 |
"helpline": "104",
|
| 148 |
"emergency_contacts": ["102", "108"],
|
| 149 |
+
"severity_levels": ["Low", "Moderate", "High", "Critical"],
|
| 150 |
"instructions": [
|
| 151 |
"Stay indoors during peak hours (11 AM - 4 PM)",
|
| 152 |
"Drink plenty of water regularly",
|
|
|
|
| 163 |
"emoji": "π",
|
| 164 |
"helpline": "1070",
|
| 165 |
"emergency_contacts": ["100", "102", "108"],
|
| 166 |
+
"severity_levels": ["Low", "Moderate", "High", "Critical"],
|
| 167 |
"instructions": [
|
| 168 |
"Move to higher ground immediately",
|
| 169 |
"Stay away from the coast",
|