CodeYourFuture/sally-explains-things
0
1[theme]2base = "light"3font="monospace"4[global]5 6# By default, Streamlit checks if the Python watchdog module is available and, if not, prints a warning asking for you to install it. The watchdog module is not required, but highly recommended. It improves Streamlit's ability to detect changes to files in your filesystem.7# If you'd like to turn off this warning, set this to True.8# Default: false9disableWatchdogWarning = true10 11# If True, will show a warning when you run a Streamlit-enabled script via "python my_script.py".12# Default: true13showWarningOnDirectExecution = false