Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 565 Bytes

streamlit-cdn

  • Preload all Streamlit components in advance to ensure that static files are displayed properly in multiple instances.
  • Support rewriting all Streamlit components and Streamlit's own static files to CDN in container environments.

Chunked Resources

Re-Compile package frontend with automatic publicPath detection enabled.

module.exports = {
  output: {
    publicPath: 'auto',
  },
};

For streamlit, check https://github.com/pragmatic-streamlit/streamlit

Dependencies

  • beautifulsoup4 (Pypi)
  • silversearcher-ag (System)