If you are using st.secrets, it will look for a file at .streamlit/secrets.toml. My guess is that if you create such a .toml file, it will work fine, but you are also welcome to use replit’s built-in secrets, and just access them with os.genenv
If you are using st.secrets, it will look for a file at .streamlit/secrets.toml. My guess is that if you create such a .toml file, it will work fine, but you are also welcome to use replit’s built-in secrets, and just access them with os.genenv