From fc994081e1c576c417625c02ff7240a2b0fdf476 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Mon, 26 Sep 2022 21:53:06 -0700 Subject: [PATCH] Fixed streamlit not opening on the browser automatically on run. --- .streamlit/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index c9df79f..0cd5f70 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -23,7 +23,7 @@ fastReruns = false folderWatchBlacklist = [] fileWatcherType = "auto" cookieSecret = "" -headless = true +headless = false runOnSave = false port = 8501 baseUrlPath = ""