ppsingh commited on
Commit
0f2b798
1 Parent(s): f70e7c5

netzero check

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