ppsingh commited on
Commit
5ac96cb
1 Parent(s): 55de576

sector check

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -53,8 +53,10 @@ with st.expander("ℹ️ - About this app", expanded=False):
53
 
54
  """)
55
  st.write("")
56
- apps = [processing.app, target_extraction.app, netzero.app, ghg.app]
57
- # sector.app, policyaction.app, indicator.app, adapmit.app]
 
 
58
  multiplier_val =1/len(apps)
59
  if st.button("Analyze Document"):
60
  prg = st.progress(0.0)
 
53
 
54
  """)
55
  st.write("")
56
+ apps = [processing.app, target_extraction.app, netzero.app, ghg.app,
57
+ sector.app, adapmit.app]
58
+
59
+ # policyaction.app, indicator.app, ]
60
  multiplier_val =1/len(apps)
61
  if st.button("Analyze Document"):
62
  prg = st.progress(0.0)