ppsingh commited on
Commit
03adffa
·
verified ·
1 Parent(s): 318de35

Update appStore/tapp_display.py

Browse files
Files changed (1) hide show
  1. appStore/tapp_display.py +1 -0
appStore/tapp_display.py CHANGED
@@ -61,6 +61,7 @@ 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
  cols = list(hits.columns)
65
  sector_cols = list(set(cols) - {'TargetLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel'})
66
  placeholder= []
 
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= []