Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update app.py
Browse filesActivated all the exercises
app.py
CHANGED
|
@@ -67,18 +67,18 @@ if exercise == radio_options[1]:
|
|
| 67 |
# st.write("Page available during nominated exercise session")
|
| 68 |
geo_interp.geo_interp()
|
| 69 |
if exercise == radio_options[2]:
|
| 70 |
-
st.write("Page available during nominated exercise session")
|
| 71 |
-
|
| 72 |
if exercise == radio_options[3]:
|
| 73 |
-
st.write("Page available during nominated exercise session")
|
| 74 |
-
|
| 75 |
if exercise == radio_options[4]:
|
| 76 |
-
|
| 77 |
-
st.write("Page available during nominated exercise session")
|
| 78 |
-
|
| 79 |
if exercise == radio_options[5]:
|
| 80 |
-
st.write("Page available during nominated exercise session")
|
| 81 |
-
|
| 82 |
if exercise == radio_options[6]:
|
| 83 |
-
#
|
| 84 |
reporting.reporting()
|
|
|
|
| 67 |
# st.write("Page available during nominated exercise session")
|
| 68 |
geo_interp.geo_interp()
|
| 69 |
if exercise == radio_options[2]:
|
| 70 |
+
# st.write("Page available during nominated exercise session")
|
| 71 |
+
capping_ex.capping_ex()
|
| 72 |
if exercise == radio_options[3]:
|
| 73 |
+
# st.write("Page available during nominated exercise session")
|
| 74 |
+
variograms.variograms()
|
| 75 |
if exercise == radio_options[4]:
|
| 76 |
+
block_modelling.block_modelling()
|
| 77 |
+
# st.write("Page available during nominated exercise session")
|
| 78 |
+
interp.block_modelling()
|
| 79 |
if exercise == radio_options[5]:
|
| 80 |
+
# st.write("Page available during nominated exercise session")
|
| 81 |
+
cut_off.cut_off()
|
| 82 |
if exercise == radio_options[6]:
|
| 83 |
+
# st.write("Page available during nominated exercise session")
|
| 84 |
reporting.reporting()
|