Disable user stats for app deployed in Streamlit community cloud

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

Hi @Sharan1,

Thanks for sharing this question! Can you confirm that the GitHub repo for your Community Cloud app includes a .streamlit/config.toml file?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.