Why does it not allow to use Dash applications with a different name?
I don't know what I've done wrong.
http://localhost:8080/sima/data_exploration

http://localhost:8080/django_plotly_dash/app/bubble/

My idea is to integrate several types of graphs (bubble, boxplot, lines) within the same page.
Note: if I change the name of the Dash application to SimpleExample then it works, but I can't understand how to change it.
http://localhost:8080/sima/data_exploration

Thanks.