diff --git a/.streamlit/config.toml b/.streamlit/config.toml index f38f6b91..daf71ea7 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -8,6 +8,10 @@ developmentMode = false address = "0.0.0.0" maxUploadSize = 200 #MB port = 8501 # should be same as configured in deployment repo +address = "0.0.0.0" +enableCORS = false +enableXsrfProtection = false + [theme] # The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".