pvanand commited on
Commit
e37262f
·
verified ·
1 Parent(s): 139f44e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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=False,
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
  )