Hello,
I developed a Streamlit app and perform my plots with Altair which receives new data every day.
Is it possible to add the download date as footnote to the plots but only show them on the downloaded files, not within the app?
I would not like to add this in the app (so that not every plot has the date on it), however it would be good if a user would know on which date the plot was downloaded.
Thank you very much!