ppsingh commited on
Commit
1e4d924
1 Parent(s): 4201fd7

add sector

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
61
  wide scale. """)
62
  st.write("")
63
  apps = [processing.app, target_extraction.app, netzero.app, ghg.app,
64
- policyaction.app, indicator.app, conditional.app]
65
- # sector.app, adapmit.app]
66
 
67
  # policyaction.app, indicator.app, ]
68
  multiplier_val =1/len(apps)
 
61
  wide scale. """)
62
  st.write("")
63
  apps = [processing.app, target_extraction.app, netzero.app, ghg.app,
64
+ policyaction.app, indicator.app, conditional.app, sector.app]
65
+ #adapmit.app]
66
 
67
  # policyaction.app, indicator.app, ]
68
  multiplier_val =1/len(apps)