Dash() got an unexpected keyword argument 'mega_tags'

Hi all,
I add meta_tags to Dash init :

, but it have an error here

Are there any ways to fix it?

Looks like there is a typo in the keyword. It should be meta_tags rather than mega_tags

As of dash 2.5.0, the meta_tag default is:
name="viewport" content="width=device-width, initial-scale=1

so unless you want something different, you can remove that line :tada:

1 Like