We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2edaf commit fe7c2d9Copy full SHA for fe7c2d9
src/fractal_feature_explorer/config.py
@@ -101,4 +101,5 @@ def get_config() -> LocalConfig | ProductionConfig:
101
)
102
config = _init_local_config()
103
logger.debug(f"{config=}")
104
+ logger.info(f"Streamlit version: {st.__version__}")
105
return config
0 commit comments