Skip to content

Commit bb2aac9

Browse files
committed
add note about updating config with live server
1 parent 27a5eb9 commit bb2aac9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/library/advanced-features/configuration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ slug: /library/advanced-features/configuration
55

66
# Configuration
77

8-
Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. command line flags take precedence over environment variables when the same configuration option is provided multiple times.
8+
Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. comman
9+
d line flags take precedence over environment variables when the same configuration option is provided multiple times.
10+
11+
<Note>
12+
13+
If changes to `.streamlit/config.toml` are made _while_ the app is running, the server needs to be restarted for changes to be reflected in the app.
14+
15+
</Note>
916

1017
1. In a **global config file** at `~/.streamlit/config.toml` for macOS/Linux or `%userprofile%/.streamlit/config.toml` for Windows:
1118

0 commit comments

Comments
 (0)