Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ os.environ['CHAINLIT_URL'] = 'http://localhost:7860'
|
|
20 |
|
21 |
GOOGLE_CLIENT_ID = OAUTH_GOOGLE_CLIENT_ID
|
22 |
GOOGLE_CLIENT_SECRET = OAUTH_GOOGLE_CLIENT_SECRET
|
23 |
-
GOOGLE_REDIRECT_URI =
|
24 |
|
25 |
app = FastAPI()
|
26 |
# app.mount("/public", StaticFiles(directory="public"), name="public")
|
|
|
20 |
|
21 |
GOOGLE_CLIENT_ID = OAUTH_GOOGLE_CLIENT_ID
|
22 |
GOOGLE_CLIENT_SECRET = OAUTH_GOOGLE_CLIENT_SECRET
|
23 |
+
GOOGLE_REDIRECT_URI = "https://xthomasbu-test-tutor.hf.space/auth/oauth/google/callback"
|
24 |
|
25 |
app = FastAPI()
|
26 |
# app.mount("/public", StaticFiles(directory="public"), name="public")
|