Skip to content
Snippets Groups Projects
Commit f1770136 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

change general.jpg path to relative

parent 49a7ed68
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ with st.container(): ...@@ -59,7 +59,7 @@ with st.container():
for i in range(5): for i in range(5):
mm1s, mmd2=st.columns([2,2]) mm1s, mmd2=st.columns([2,2])
image = Image.open("C:/Users/diane/Desktop/nirs_workflow/src/images/general.jpg") image = Image.open("images/general.JPG")
new_image = image.resize((700, 400)) new_image = image.resize((700, 400))
mmd2.image(new_image) mmd2.image(new_image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment