Hi, Does anyone know why my image won’t open in my streamlit cloud deployment, I have used the GitHub URL, however it wont display the file. Is there something missing to make GitHub links work ?
with dataset:
st.header('The Echo Nest Dataset (Taken from the Free Music Archive)')
st.image("https://github.com/djswoosh/Music-Recommendation-Engine-using-FMA-Dataset/blob/6bdd5c6cc134e8e150456d927567b0386447da69/1200px-The_Echo_Nest_logo.svg.png", width=350)
I’ve given that a go, and same result, I’ve pasted the link to my app below. The code seems fine, its just the image doesn’t open, and this is a problem I seem to only get because I am opening the image from URL.