Currently using Streamlit in an air-gapped system (no external network access).
The component takes a long time to render (~10s), Streamlit flags that the component is taking a while to load. Eventually the component loads and a few errors are shot into the browser console.
Currently using Streamlit in an air-gapped system (no external network access).
The component takes a long time to render (~10s), Streamlit flags that the component is taking a while to load. Eventually the component loads and a few errors are shot into the browser console.
The following resource cannot be loaded:
http://fonts.googleapis.com/css?family=Source+Sans+Pro
Further investigating, this resource is listed in the file
streamlit_pills/frontend/public/index.html
Is this external dependency required? Can the component not just utilise the locally bundled Source Sans Pro within Streamlit?