Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ group_dict = {
|
|
34 |
26: 'Drought-prone regions',
|
35 |
27: 'People with pre-existing health conditions',
|
36 |
28: 'Small-scale farmers and subsistence agriculture',
|
37 |
-
29: 'Migrants and displaced populations'
|
|
|
38 |
|
39 |
|
40 |
def predict(text):
|
|
|
34 |
26: 'Drought-prone regions',
|
35 |
27: 'People with pre-existing health conditions',
|
36 |
28: 'Small-scale farmers and subsistence agriculture',
|
37 |
+
29: 'Migrants and displaced populations',
|
38 |
+
30: 'no vulnerable group mentioned'}
|
39 |
|
40 |
|
41 |
def predict(text):
|