-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: support some streamlit configuration (at least Theming) #997
Comments
If you are using stlite.mount(
{
// Other options...
streamlitConfig: {
"theme.primaryColor": "#E51E2B",
"theme.backgroundColor": "#FFFFFF",
"theme.secondaryBackgroundColor": "#262730",
"theme.textColor": "#fafafa",
"theme.font": "sans serif",
},
},
document.getElementById("app")
); In stlite sharing or |
Thanks! That's exactly what I wanted. I didn't find any reference or documentation about streamlitConfig. |
Sorry I hadn't documented it yet, and did in #1010 . Will close this issue when it's merged. |
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.
The text was updated successfully, but these errors were encountered: