From bb2aac9d4ebca4ccab7d59c398783816c0c063d2 Mon Sep 17 00:00:00 2001
From: Sagar Mishra <54197164+achieveordie@users.noreply.github.com>
Date: Thu, 8 Dec 2022 19:13:32 +0530
Subject: [PATCH 1/2] add note about updating config with live server
---
content/library/advanced-features/configuration.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/library/advanced-features/configuration.md b/content/library/advanced-features/configuration.md
index 4748dedf1..1b9bf9d7f 100644
--- a/content/library/advanced-features/configuration.md
+++ b/content/library/advanced-features/configuration.md
@@ -5,7 +5,14 @@ slug: /library/advanced-features/configuration
# Configuration
-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.
+Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. comman
+d line flags take precedence over environment variables when the same configuration option is provided multiple times.
+
+
+
+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.
+
+
1. In a **global config file** at `~/.streamlit/config.toml` for macOS/Linux or `%userprofile%/.streamlit/config.toml` for Windows:
From dc7947318569cc627ceec4a95d2355df4d805f86 Mon Sep 17 00:00:00 2001
From: Snehan Kekre
Date: Mon, 12 Dec 2022 14:59:34 +0530
Subject: [PATCH 2/2] Fix typo in command
---
content/library/advanced-features/configuration.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/library/advanced-features/configuration.md b/content/library/advanced-features/configuration.md
index 1b9bf9d7f..b5155249a 100644
--- a/content/library/advanced-features/configuration.md
+++ b/content/library/advanced-features/configuration.md
@@ -5,8 +5,7 @@ slug: /library/advanced-features/configuration
# Configuration
-Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. comman
-d line flags take precedence over environment variables when the same configuration option is provided multiple times.
+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.