ppsingh commited on
Commit
155bcb1
1 Parent(s): 4b42402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with st.container():
49
  # st.write("")
50
  apps = [processing.app, target_extraction.app, netzero.app, ghg.app,
51
  sector.app, adapmit.app]
52
- multiplier_val =100/len(apps)
53
  if st.button("Get the work done"):
54
  prg = st.progress(0.0)
55
  for i,func in enumerate(apps):
 
49
  # st.write("")
50
  apps = [processing.app, target_extraction.app, netzero.app, ghg.app,
51
  sector.app, adapmit.app]
52
+ multiplier_val =1/len(apps)
53
  if st.button("Get the work done"):
54
  prg = st.progress(0.0)
55
  for i,func in enumerate(apps):