Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -283,6 +283,8 @@ else:
|
|
283 |
scores.append('time_score')
|
284 |
elif data['Urgency'] == "In a week or more":
|
285 |
pass
|
|
|
|
|
286 |
|
287 |
# calcualte cumulative score
|
288 |
shelters['total_score'] = shelters[scores].sum(axis=1)
|
|
|
283 |
scores.append('time_score')
|
284 |
elif data['Urgency'] == "In a week or more":
|
285 |
pass
|
286 |
+
|
287 |
+
print(scores)
|
288 |
|
289 |
# calcualte cumulative score
|
290 |
shelters['total_score'] = shelters[scores].sum(axis=1)
|