Adding Text/logo to 'Download Plot' image in plotly

Is there any way to add a citation/text to the image which is downloaded by clicking on “Download Plot”
(toImageButtonOptions) in Plotly figures.
Reference code:

config = {
‘toImageButtonOptions’: {
‘format’: ‘png’,
‘filename’: ‘download_image’,
}
}