I am trying to display an image using the python web framework Reflex, and the image is not showing, its just a question mark where the image is supposed to be.
I have my code just as the documentation has it.
rx.image(src=”/favicon.ico”),
this is inside the index function
New contributor
A.A is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.