Only first callback in multiple callbacks work

I think I figure this out by putting all my callbacks under the index.py file. It is the file that has
if name == ‘main’:
app.run_server(debug=True)

1 Like