Skip to content

Commit

Permalink
png as default favicon to allow alpha transparency (#4272)
Browse files Browse the repository at this point in the history
* png as default favicon to allow alpha transparency

* allow alpha transparency in favicon

with ouptut_formatter set to auto

Co-authored-by: Ryan Beauchemin <ryan.beauchemin@lowes.com>
  • Loading branch information
rbeauchemin and Ryan Beauchemin committed Jan 14, 2022
1 parent e52be48 commit 3fe96b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/streamlit/commands/page_config.py
Expand Up @@ -104,7 +104,7 @@ def set_page_config(
width=-1, # Always use full width for favicons
clamp=False,
channels="RGB",
output_format="JPEG",
output_format="auto",
image_id="favicon",
allow_emoji=True,
)
Expand Down

0 comments on commit 3fe96b2

Please sign in to comment.