Hamza Salhi commited on
Commit
f9c57b6
·
verified ·
1 Parent(s): dc54e9f

Update app.py

Browse files

removed the local path from the image , kept only the image name

Files changed (1) hide show
  1. app.py +2 -1
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