Spaces:
Running
Running
updated required files
Browse files- 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 |
]
|