Update app.py
Browse files
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 =
|
| 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):
|