Update appStore/tapp_display.py
Browse files- appStore/tapp_display.py +1 -1
appStore/tapp_display.py
CHANGED
@@ -212,7 +212,7 @@ def plans_display():
|
|
212 |
st.write('----------------')
|
213 |
st.markdown("<h4 style='text-align: left; color: black;'> Sectoral Plans Related Paragraphs Count </h4>", unsafe_allow_html=True)
|
214 |
cols = list(hits.columns)
|
215 |
-
sector_cols = list(set(cols) - {'
|
216 |
sector_cols.sort()
|
217 |
hits['Sector'] = hits.apply(lambda x: [col for col in sector_cols if x[col] == True],axis=1)
|
218 |
placeholder= []
|
|
|
212 |
st.write('----------------')
|
213 |
st.markdown("<h4 style='text-align: left; color: black;'> Sectoral Plans Related Paragraphs Count </h4>", unsafe_allow_html=True)
|
214 |
cols = list(hits.columns)
|
215 |
+
sector_cols = list(set(cols) - {'PlansLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel','text','keep','page'})
|
216 |
sector_cols.sort()
|
217 |
hits['Sector'] = hits.apply(lambda x: [col for col in sector_cols if x[col] == True],axis=1)
|
218 |
placeholder= []
|