Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -285,7 +285,7 @@ app.add_middleware(
|
|
| 285 |
"http://*.elevatics.ai",
|
| 286 |
"https://pvanand-specialized-agents.hf.space"
|
| 287 |
],
|
| 288 |
-
allow_credentials=
|
| 289 |
allow_methods=["GET", "POST"],
|
| 290 |
allow_headers=["*"],
|
| 291 |
)
|
|
|
|
| 285 |
"http://*.elevatics.ai",
|
| 286 |
"https://pvanand-specialized-agents.hf.space"
|
| 287 |
],
|
| 288 |
+
allow_credentials=True,
|
| 289 |
allow_methods=["GET", "POST"],
|
| 290 |
allow_headers=["*"],
|
| 291 |
)
|