We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6142b5f commit 954ced7Copy full SHA for 954ced7
frontend/streamlit/config.py
@@ -45,7 +45,7 @@ class Config:
45
NAMESPACE = "web-demo"
46
47
# Flag to indicate if running in internal environment
48
- IS_INTERNAL_ENV = ENVIRONMENT in ["dev", "staging"]
+ IS_INTERNAL_ENV = ENVIRONMENT in ["dev", "staging", "prod"]
49
50
@classmethod
51
def get_config(cls):
0 commit comments