I want to hide webserver button when run python app.py
give clearly result visuallization to customer
Is the button visible when the result is received?
I want to hide webserver button when run python app.py
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
.