ppsingh commited on
Commit
f435b72
1 Parent(s): a7d1ac5

policy download

Browse files
Files changed (1) hide show
  1. appStore/policyaction.py +1 -1
appStore/policyaction.py CHANGED
@@ -307,7 +307,7 @@ def policy_display():
307
  'Netzero Label','GHG Label',
308
  'GHG Score','Action Label','Policies_Plans Label',
309
  'Action Score','Conditional Score'],inplace=True)
310
- hits = hits.sort_values(by=['Action Score'], ascending=False)
311
  hits = hits.reset_index(drop=True)
312
 
313
  st.write('----------------')
 
307
  'Netzero Label','GHG Label',
308
  'GHG Score','Action Label','Policies_Plans Label',
309
  'Action Score','Conditional Score'],inplace=True)
310
+ hits = hits.sort_values(by=['Policies_Plans Score'], ascending=False)
311
  hits = hits.reset_index(drop=True)
312
 
313
  st.write('----------------')