Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,10 +204,9 @@ else:
|
|
204 |
for s in scores:
|
205 |
total_scores += s
|
206 |
total_scores = [s/4 for s in total_scores]
|
|
|
207 |
shelters['total_score'] = total_scores
|
208 |
|
209 |
-
|
210 |
-
|
211 |
shelters = [
|
212 |
{"title": "Shelter 1", "description": "This is the 1st shelter",},
|
213 |
{"title": "Shelter 2", "description": "This is the 2nd shelter.",},
|
|
|
204 |
for s in scores:
|
205 |
total_scores += s
|
206 |
total_scores = [s/4 for s in total_scores]
|
207 |
+
print(total_scores, type(total_scores))
|
208 |
shelters['total_score'] = total_scores
|
209 |
|
|
|
|
|
210 |
shelters = [
|
211 |
{"title": "Shelter 1", "description": "This is the 1st shelter",},
|
212 |
{"title": "Shelter 2", "description": "This is the 2nd shelter.",},
|