ppsingh commited on
Commit
49dcd3e
1 Parent(s): 8978d14

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -135,7 +135,7 @@ def target_display():
135
  st.write('**Economy-wide Related Paragraphs**: `{}`'.format(count_economy))
136
  st.write('-------------------')
137
  hits = hits.sort_values(by=['Relevancy'], ascending=False)
138
- netzerohit = hits[hits['Netzero Label'] == 'NETZERO']
139
  if not netzerohit.empty:
140
  netzerohit = netzerohit.sort_values(by = ['Netzero Score'], ascending = False)
141
  # st.write('-------------------')
 
135
  st.write('**Economy-wide Related Paragraphs**: `{}`'.format(count_economy))
136
  st.write('-------------------')
137
  hits = hits.sort_values(by=['Relevancy'], ascending=False)
138
+ netzerohit = hits[hits['Netzero Label'] == 'NET-ZERO']
139
  if not netzerohit.empty:
140
  netzerohit = netzerohit.sort_values(by = ['Netzero Score'], ascending = False)
141
  # st.write('-------------------')