refactor: Update Auth0 import in app.py
Browse files
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.
|
| 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
|