Hello,
Streamlit apps may have a config.toml that offers many options for customization and finer control over the app. I think that supporting at least some of the options would be a convenient and useful feature.
For example this is the configuration I was using on a Streamlit app, but when moving to stlite I found no way to apply the same config.
[theme]
primaryColor ="#E51E2B"
secondaryBackgroundColor = "#F5F5F5"
[client]
toolbarMode = "minimal"
showErrorDetails = false
[runner]
magicEnabled = false
fastReruns = true
enforceSerializableSessionState = true