The error suggests that you don’t have an element with ID named displaying-an-image.
Most likely something is still looking up for a callback with that element ID. My guess is that you get this error since there is some JS left that access the _dash-dependencies endpoint to trigger a callback for this output. Maybe you should refresh? are you using debug? what else is changed?
thanks for your reply.
i wrote a whole new program but with the same code but it still gives that error. i’ve also restarted pycharm and all the programs.
yes, i am using debug. nothing else is changed
In pycharm, double press on shift key and search for displaying-an-image. You should find the object that you construct with that id and rename it according to your new implementation.