Hamza Salhi commited on
Commit
d4b10ba
1 Parent(s): e20f8d5

Update exercises/about_course.py

Browse files

removed the full path of the images

Files changed (1) hide show
  1. exercises/about_course.py +2 -2
exercises/about_course.py CHANGED
@@ -5,7 +5,7 @@ import funcs
5
 
6
  def about_course():
7
 
8
- st.image("..//pdac2021_res_est_course_link2//images//wireframe_header.jpg", use_column_width=True)
9
  st.title("Fundamentals of Resource Estimation")
10
 
11
  # get text from text_blocks:
@@ -13,7 +13,7 @@ def about_course():
13
  st.write(text)
14
 
15
  st.write("")
16
- st.image("..//pdac2021_res_est_course_link2//images//wireframe_header.jpg", use_column_width=True)
17
  st.markdown("# Presenters")
18
  # presenter = st.selectbox("", options=['Sean Horan', 'Valerie Wilson', 'Pierre Landry', 'Ian Weir'])
19
  for presenter in ['Sean Horan', 'Valerie Wilson', 'Pierre Landry', 'Ian Weir']:
 
5
 
6
  def about_course():
7
 
8
+ st.image("images//wireframe_header.jpg", use_column_width=True)
9
  st.title("Fundamentals of Resource Estimation")
10
 
11
  # get text from text_blocks:
 
13
  st.write(text)
14
 
15
  st.write("")
16
+ st.image("images//wireframe_header.jpg", use_column_width=True)
17
  st.markdown("# Presenters")
18
  # presenter = st.selectbox("", options=['Sean Horan', 'Valerie Wilson', 'Pierre Landry', 'Ian Weir'])
19
  for presenter in ['Sean Horan', 'Valerie Wilson', 'Pierre Landry', 'Ian Weir']: