KeshavRa commited on
Commit
ba1fabd
·
verified ·
1 Parent(s): 2b5f454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -282,7 +282,6 @@ else:
282
  shelters['total_score'] = shelters['total_score'] / len(scores)
283
 
284
  shelters = shelters.sort_values(by='total_score', ascending=True)
285
- st.write(shelters)
286
  shelters = shelters.head(3)
287
 
288
  # convert pandas df into list of dicts
 
282
  shelters['total_score'] = shelters['total_score'] / len(scores)
283
 
284
  shelters = shelters.sort_values(by='total_score', ascending=True)
 
285
  shelters = shelters.head(3)
286
 
287
  # convert pandas df into list of dicts