You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
9
16
10
17
1. In a **global config file** at `~/.streamlit/config.toml` for macOS/Linux or `%userprofile%/.streamlit/config.toml` for Windows:
0 commit comments