Update appStore/target.py
Browse files- 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'] == '
|
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('-------------------')
|