ppsingh commited on
Commit
0b48308
1 Parent(s): 0dde0c7

Update appStore/tapp_display.py

Browse files
Files changed (1) hide show
  1. appStore/tapp_display.py +1 -1
appStore/tapp_display.py CHANGED
@@ -66,7 +66,7 @@ def target_display():
66
  sector_cols = list(set(cols) - {'TargetLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel'})
67
  placeholder= []
68
  for col in sector_cols:
69
- print(col)
70
  placeholder.append({'Sector':col,'Count':sum(hits[col] == True)})
71
  sector_df = pd.DataFrame.from_dict(placeholder)
72
  fig = px.bar(sector_df, x='Sector', y='Count')
 
66
  sector_cols = list(set(cols) - {'TargetLabel','MitigationLabel','AdaptationLabel','GHGLabel','NetzeroLabel','NonGHGLabel'})
67
  placeholder= []
68
  for col in sector_cols:
69
+ st.write(col)
70
  placeholder.append({'Sector':col,'Count':sum(hits[col] == True)})
71
  sector_df = pd.DataFrame.from_dict(placeholder)
72
  fig = px.bar(sector_df, x='Sector', y='Count')