Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -178,13 +178,7 @@ def APP():
|
|
178 |
|
179 |
|
180 |
|
181 |
-
user_info = st.login(
|
182 |
-
provider="auth0",
|
183 |
-
domain="dev-u1g4s188davvr7o3.us.auth0.com", # Your Auth0 domain
|
184 |
-
client_id="LC3WKFAis2R1u9O2aukmHR8RqzzC3cs3", # Your Auth0 client ID
|
185 |
-
redirect_uri="xyrmG1tuKSd1ga-u01nFUV0iduElx9wWVII5OhQTe2kCA7H-YSBCbtCy1h4d-sdh", # Your app's redirect URI
|
186 |
-
scope="openid profile email"
|
187 |
-
)
|
188 |
if user_info:
|
189 |
SHOWTABS()
|
190 |
else:
|
|
|
178 |
|
179 |
|
180 |
|
181 |
+
user_info = st.login()
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
if user_info:
|
183 |
SHOWTABS()
|
184 |
else:
|