Hamza Salhi commited on
Commit
59beb91
1 Parent(s): 8209c8a

Update app.py

Browse files

activated geological interpretation section

Files changed (1) hide show
  1. app.py +2 -2
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
- # geo_interp.geo_interp()
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()