Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update app.py
Browse filesactivated geological interpretation section
app.py
CHANGED
|
@@ -64,8 +64,8 @@ exercise=st.sidebar.radio("",
|
|
| 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 |
-
|
| 69 |
if exercise == radio_options[2]:
|
| 70 |
st.write("Page available during nominated exercise session")
|
| 71 |
# capping_ex.capping_ex()
|
|
|
|
| 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()
|