Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,45 +40,45 @@ st.markdown(
|
|
| 40 |
|
| 41 |
|
| 42 |
# st.sidebar.image("..//pdac2021_res_est_course_link2//055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 43 |
-
st.sidebar.image("055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 44 |
-
|
| 45 |
# Capping Exercise - interactive
|
| 46 |
# Compositing - Q&A
|
| 47 |
# Variograms - interactive
|
| 48 |
# Interpolation - interactive
|
| 49 |
# Compositing - Q&A
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
"05 Interpolation",
|
| 56 |
-
"06 Cut-Off Grade",
|
| 57 |
-
"07 Reporting/Classification"]
|
| 58 |
-
|
| 59 |
-
exercise=st.sidebar.radio("",
|
| 60 |
-
options=radio_options,
|
| 61 |
-
index=0,
|
| 62 |
-
key=None)
|
| 63 |
|
| 64 |
-
if exercise == radio_options[0]:
|
| 65 |
-
|
| 66 |
-
if exercise == radio_options[1]:
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
if exercise == radio_options[2]:
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
if exercise == radio_options[3]:
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
if exercise == radio_options[4]:
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
if exercise == radio_options[5]:
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
if exercise == radio_options[6]:
|
| 83 |
-
|
| 84 |
-
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
# st.sidebar.image("..//pdac2021_res_est_course_link2//055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 43 |
+
# st.sidebar.image("055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 44 |
+
st.sidebar.image("SLR_LOGO_NEW.png", width=100)
|
| 45 |
# Capping Exercise - interactive
|
| 46 |
# Compositing - Q&A
|
| 47 |
# Variograms - interactive
|
| 48 |
# Interpolation - interactive
|
| 49 |
# Compositing - Q&A
|
| 50 |
+
cut_off.cut_off()
|
| 51 |
+
# radio_options = ["01 About the Course",
|
| 52 |
+
# "02 Geological Interp",
|
| 53 |
+
# "03 Capping",
|
| 54 |
+
# "04 Variograms",
|
| 55 |
+
# "05 Interpolation",
|
| 56 |
+
# "06 Cut-Off Grade",
|
| 57 |
+
# "07 Reporting/Classification"]
|
| 58 |
|
| 59 |
+
# exercise=st.sidebar.radio("",
|
| 60 |
+
# options=radio_options,
|
| 61 |
+
# index=0,
|
| 62 |
+
# key=None)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
+
# if exercise == radio_options[0]:
|
| 65 |
+
# about_course.about_course()
|
| 66 |
+
# 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 |
+
# 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()
|