chandugeesala0 commited on
Commit
78bbec1
Β·
verified Β·
1 Parent(s): 42471fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -76,7 +76,7 @@ DISASTERS = {
76
  "emoji": "🏒",
77
  "helpline": "1070",
78
  "emergency_contacts": ["100", "102", "108"],
79
- "severity_levels": ["Minor", "Moderate", "Strong", "Major", "Great"],
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": ["Minor", "Moderate", "Major", "Severe", "Extreme"],
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": ["Depression", "Cyclonic Storm", "Severe", "Very Severe", "Super Cyclonic"],
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", "Very High", "Extreme"],
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": ["Moderate", "Severe", "Very Severe", "Extreme", "Critical"],
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": ["Advisory", "Watch", "Warning", "Major Warning"],
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",