Hi, this is my first time using streamlit, now when I tested the code on my local machine everything worked perfectly however when i try to deploy it it print out this Error
Also I’ve searched for other cases but I used forward slashes ofcourse so it doesn’t make sense
img = Image.open("images/icon.png")
AntiRumour = Image.open('images/machine-learning.jpg')
st.image(AntiRumour)
Also I tried moving the images to the same folder again it didn’t work but it works on my local machine,
My github repo: Deep_Learning/Project_final/UI at main · ayman-codes/Deep_Learning · GitHub