Hello, i am trying to make a multipage dash application but i notice that the callbacks only works in the main app.py file, and i want to have the callbacks on each page file, let my know if this is possible
Hello, i am trying to make a multipage dash application but i notice that the callbacks only works in the main app.py file, and i want to have the callbacks on each page file, let my know if this is possible
Hi @StevSoza and welcome to the community!
Have a look at this example app:
Let me know if this helps.
Hi @yanboe , that helps a lot, thank you so much