Spaces:
Sleeping
Sleeping
title: Configure and customize your app | |
slug: /develop/concepts/configuration | |
# Configure and customize your app | |
<TileContainer layout="list"> | |
<RefCard href="/develop/concepts/configuration/options"> | |
<h5>Configuration options</h5> | |
Understand they types of options available to you through Streamlit configuration. | |
</RefCard> | |
<RefCard href="/develop/concepts/configuration/https-support"> | |
<h5>HTTPS support</h5> | |
Understand how to configure SSL and TLS for your Streamlit app. | |
</RefCard> | |
<RefCard href="/develop/concepts/configuration/serving-static-files"> | |
<h5>Static file serving</h5> | |
Understand how to host files alongside your app to make them accessible by URL. Use this if you want to point to files with raw HTML. | |
</RefCard> | |
<RefCard href="/develop/concepts/configuration/theming"> | |
<h5>Theming</h5> | |
Understand how to use the theming configuration options to customize the color and appearance of your app. | |
</RefCard> | |
</TileContainer> | |