I added the below in my .streamlit/config file and it successfully turned it to false when I tested the app locally. But when I deploy the same app on Streamlit community cloud, the console says gatherusagestats=true.
any ideas on how to solve this issue ? It seems like the cloud setting are overriding my config settings.
[browser]
gatherUsageStats = false