I want to hide plotly dash webserver button

I want to hide webserver button when run python app.py

image

give clearly result visuallization to customer

Is the button visible when the result is received?

Hello @limaa,

To not show this interface, you just need to use app.run() or more specifically, not pass anything where debug=True.

2 Likes