blackary / st_pages

An experimental version of Streamlit Multi-Page Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codec error on Windows

cbpeters opened this issue · comments

Users running streamlit and st_pages on windows receive a Codec error due to missing an encoding specification.

The get_icons() function should specify encoding="utf-8" parameter when reading in the emoji file.

It does, as of version 0.4.5 1c41d5b