We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2267c commit de0458aCopy full SHA for de0458a
.streamlit/config.toml
@@ -8,6 +8,10 @@ developmentMode = false
8
address = "0.0.0.0"
9
maxUploadSize = 200 #MB
10
port = 8501 # should be same as configured in deployment repo
11
+address = "0.0.0.0"
12
+enableCORS = false
13
+enableXsrfProtection = false
14
+
15
16
[theme]
17
# The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".
0 commit comments