How to move circle menu containing '<>' from lower right corner of dashboard?

In my dashboard, a circle containing ‘<>’ shows up in the lower right corner:

Screenshot%20from%202019-09-06%2008-48-36

Clicking on it brings up ‘Callback graph’ and ‘errors’ options.

Where does it come from? How do I move this somewhere else or remove it? It blocks information that I frequently need. I’ve tried searching for posts answering this question but haven’t found any.

1 Like

It’s there when you have debug=True set. See https://dash.plot.ly/devtools on how to tweak what debug options you want. In production, debug should be set to False and it will not appear.

2 Likes

Thanks @flyingcujo, setting debug=False fixed my issue.

Hi everyone! I’ve seen this topic but I really need this button in a different place. Is there a way to do that?