File size: 966 Bytes
746d2f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
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>