Jaita commited on
Commit
d0e26fa
·
verified ·
1 Parent(s): d13773f

Update main.py

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