Spaces:
Sleeping
Sleeping
Hamza Salhi
commited on
Update exercises/about_course.py
Browse files
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("
|
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:
|