diff --git a/.gitignore b/.gitignore index e41751e..c1c373e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ftp_config.json ftp_accounts.json *.docx *.pyo +.streamlit/config.toml \ No newline at end of file diff --git a/.streamlit/config.toml b/.streamlit/config.toml deleted file mode 100644 index 3b44064..0000000 --- a/.streamlit/config.toml +++ /dev/null @@ -1,11 +0,0 @@ -[theme] -base = "light" -primaryColor = "#2E75B6" -backgroundColor = "#ffffff" -secondaryBackgroundColor = "#f0f2f6" -textColor = "#1a1a1a" -font = "sans serif" - -[server] -address = "127.0.0.1" -port = 8501