paulhemb commited on
Commit
b5770f3
·
1 Parent(s): ade33b3

updated required files

Browse files
Files changed (1) hide show
  1. api/main.py +1 -1
api/main.py CHANGED
@@ -41,7 +41,7 @@ if os.getenv('SPACE_ID'):
41
 
42
  # Update CORS for HuggingFace
43
  ALLOWED_ORIGINS = [
44
- "https://medical-research-ai-copilot.vercel.app/",
45
  "http://localhost:3000",
46
  "https://paulhemb-medsearchpro.hf.space"
47
  ]
 
41
 
42
  # Update CORS for HuggingFace
43
  ALLOWED_ORIGINS = [
44
+ "https://medical-research-ai-copilot.vercel.app",
45
  "http://localhost:3000",
46
  "https://paulhemb-medsearchpro.hf.space"
47
  ]