sgbaird commited on
Commit
c5cda07
·
1 Parent(s): f3de53e

refactor: Update Auth0 import in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  """https://chatgpt.com/share/131b6bdf-373e-4b85-83ae-212ce368e42c"""
2
 
3
  import streamlit as st
4
- from auth0.v3.authentication import GetToken, Users
5
  import os
6
 
7
  # Auth0 Configuration
 
1
  """https://chatgpt.com/share/131b6bdf-373e-4b85-83ae-212ce368e42c"""
2
 
3
  import streamlit as st
4
+ from auth0.authentication import GetToken, Users
5
  import os
6
 
7
  # Auth0 Configuration