ppsingh commited on
Commit
d30004c
1 Parent(s): 144d528
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -115,7 +115,7 @@ def target_display():
115
  st.write('**Economy-wide Related Paragraphs**: `{}`'.format(count_economy))
116
 
117
  hits = hits.sort_values(by=['Relevancy'], ascending=False)
118
- netzerohit = hits[hits['Netzero Label' == 'NETZERO']]
119
  if not netzerohit.empty():
120
  netzero = netzero.sort_values(by = ['Netzero Score'], ascending = False)
121
  st.markdown("###### Netzero paragraph ######")
 
115
  st.write('**Economy-wide Related Paragraphs**: `{}`'.format(count_economy))
116
 
117
  hits = hits.sort_values(by=['Relevancy'], ascending=False)
118
+ netzerohit = hits[hits['Netzero Label'] == 'NETZERO']
119
  if not netzerohit.empty():
120
  netzero = netzero.sort_values(by = ['Netzero Score'], ascending = False)
121
  st.markdown("###### Netzero paragraph ######")