Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 439 Bytes

File metadata and controls

18 lines (15 loc) · 439 Bytes

Deploy to Streamlit

  • Populate ./.streamlit/secrets.toml like this
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
  • streamlit run test.py to test locally
  • on local instance on streamlit interface right click on 3-dot top right and click deploy this app
  • when authorizing app under "Advanced Settings" (screenshot 1.png) set the below
[auth]
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
``