UI fix
Browse files- 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 ######")
|