Update appStore/tapp_display.py
Browse files- appStore/tapp_display.py +1 -2
appStore/tapp_display.py
CHANGED
@@ -61,9 +61,8 @@ def target_display():
|
|
61 |
st.write('**GHG Target Related Paragraphs**: `{}`'.format(count_ghg))
|
62 |
st.write('**NonGHG Target Related Paragraphs**: `{}`'.format(count_nonghg))
|
63 |
st.write('----------------')
|
64 |
-
st.dataframe(hits)
|
65 |
cols = list(hits.columns)
|
66 |
-
sector_cols = list(set(cols) - {'TargetLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel'})
|
67 |
placeholder= []
|
68 |
for col in sector_cols:
|
69 |
st.write(col)
|
|
|
61 |
st.write('**GHG Target Related Paragraphs**: `{}`'.format(count_ghg))
|
62 |
st.write('**NonGHG Target Related Paragraphs**: `{}`'.format(count_nonghg))
|
63 |
st.write('----------------')
|
|
|
64 |
cols = list(hits.columns)
|
65 |
+
sector_cols = list(set(cols) - {'TargetLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel','text','keep','page'})
|
66 |
placeholder= []
|
67 |
for col in sector_cols:
|
68 |
st.write(col)
|