Closed fsmosca closed 1 year ago
How does the following work in streamlit cloud.
client_id = os.environ["GOOGLE_CLIENT_ID"] client_secret = os.environ["GOOGLE_CLIENT_SECRET"] redirect_uri = os.environ["GOOGLE_REDIRECT_URI"]
Do I have to put those in secrets.toml streamlit cloud?
How does the following work in streamlit cloud.
Do I have to put those in secrets.toml streamlit cloud?