ppsingh commited on
Commit
bfa165f
1 Parent(s): f09c179

Update appStore/excel_convert.py

Browse files
Files changed (1) hide show
  1. appStore/excel_convert.py +1 -1
appStore/excel_convert.py CHANGED
@@ -48,7 +48,7 @@ def to_excel():
48
  build_sheet(policy_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Policy')
49
  if 'plan_hits' in st.session_state:
50
  plan_hits = st.session_state['plan_hits']
51
- build_sheet(adaptation_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Plans')
52
 
53
  workbook = writer.book
54
  writer.close()
 
48
  build_sheet(policy_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Policy')
49
  if 'plan_hits' in st.session_state:
50
  plan_hits = st.session_state['plan_hits']
51
+ build_sheet(plan_hits[['text','page','keep','MitigationLabel','AdaptationLabel','Sector']],'Plans')
52
 
53
  workbook = writer.book
54
  writer.close()