* add version to favicon * add key version --------- Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
@@ -169,7 +169,7 @@ class _Server:
return render_template(
"index.html",
title=title,
- favicon=favicon,
+ favicon=f"{favicon}?version={version}",
root_margin=root_margin,
watermark=watermark,
config=client_config,