I am trying to implement a dash app which the application’s layout will be updated based on the selection of dataset in the dropdown menu. However, I am not able to do it even when call the layout function explictly in the callback.
Is there anyone can point out how to do it?
Thanks in advance.