Hello. I am trying to start from a working dropdown menu before I cusomize it and therefore copied that which is displayed at: plotly drop-down documentation page . I am however getting error
TypeError: init() got multiple values for argument ‘id’
While I am newish to python and HTML, my hypothesis is that I have not imported or initialized an HTML library properly before creating the html.Div
. I did however import the same libraries as were imported in the above documentation minus the Input and Output libraries as they were causing issues.
Given that I used un-altered code form the documentation page minus that mentioned above, are there any suggestions as to what this could be?
Thanks for reading