blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
456 stars 76 forks source link

Could you provide the emoji.json in the folder rather than request url #60

Closed rliu0015 closed 1 year ago

rliu0015 commented 1 year ago

Its so hard to use st_pages as i cant connect to the url(https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json):

ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /omnidan/node-emoji/master/lib/emoji.json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fce29de7af0>: Failed to establish a new connection: [Errno 111] Connection refused'))

Make the emoji.json file to a config file will be really helpful.