Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -43,7 +43,7 @@ app = FastAPI(lifespan=lifespan)
|
|
| 43 |
|
| 44 |
# --- Configure CORS ---
|
| 45 |
origins = [
|
| 46 |
-
"https://nova-chatbot-chatbot-frontend.hf.space",
|
| 47 |
]
|
| 48 |
|
| 49 |
app.add_middleware(
|
|
|
|
| 43 |
|
| 44 |
# --- Configure CORS ---
|
| 45 |
origins = [
|
| 46 |
+
"https://nova-chatbot--chatbot-frontend.hf.space",
|
| 47 |
]
|
| 48 |
|
| 49 |
app.add_middleware(
|