how to create a link button df code example
Example: how to create a link button with url of the df
dcc.Link(id='url', href='', children="Lien De La Recette ICI!!!", target="_blank"),
Output('url', 'href')],
dcc.Link(id='url', href='', children="Lien De La Recette ICI!!!", target="_blank"),
Output('url', 'href')],