Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update app.py
Browse filesremoved the local path from the image , kept only the image name
app.py
CHANGED
|
@@ -40,7 +40,8 @@ st.markdown(
|
|
| 40 |
)
|
| 41 |
|
| 42 |
|
| 43 |
-
st.sidebar.image("..//pdac2021_res_est_course_link2//055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
|
|
|
| 44 |
|
| 45 |
# Capping Exercise - interactive
|
| 46 |
# Compositing - Q&A
|
|
|
|
| 40 |
)
|
| 41 |
|
| 42 |
|
| 43 |
+
# st.sidebar.image("..//pdac2021_res_est_course_link2//055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 44 |
+
st.sidebar.image("055CF2A4-98DC-488C-B5A6-15CC02C9974E.png", width=100)
|
| 45 |
|
| 46 |
# Capping Exercise - interactive
|
| 47 |
# Compositing - Q&A
|