Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update exercises/about_course.py
Browse filesremoved the full path of the images
exercises/about_course.py
CHANGED
|
@@ -5,7 +5,7 @@ import funcs
|
|
| 5 |
|
| 6 |
def about_course():
|
| 7 |
|
| 8 |
-
st.image("
|
| 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("
|
| 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']:
|