Skip to content

Feature Request: support some streamlit configuration (at least Theming) #997

@Abdelgha-4

Description

@Abdelgha-4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions