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

Update exercises/about_course.py

Browse files
Files changed (1) hide show
  1. exercises/about_course.py +1 -1
exercises/about_course.py CHANGED
@@ -23,7 +23,7 @@ def about_course():
23
 
24
  col1, col2 = st.beta_columns([1,2.5])
25
  with col1:
26
- st.image("..//pdac2021_res_est_course_link2//headshots//" + ucase_name + ".jpg", use_column_width=True)
27
  text = funcs.get_text_block("title_" + lcase_name + ".txt")
28
  st.markdown(text)
29
  with col2:
 
23
 
24
  col1, col2 = st.beta_columns([1,2.5])
25
  with col1:
26
+ st.image("headshots//" + ucase_name + ".jpg", use_column_width=True)
27
  text = funcs.get_text_block("title_" + lcase_name + ".txt")
28
  st.markdown(text)
29
  with col2: