Shyanil commited on
Commit
e1faa0c
·
verified ·
1 Parent(s): 266d8f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ app = FastAPI()
21
  # Enable CORS
22
  app.add_middleware(
23
  CORSMiddleware,
24
- allow_origins=["https://shyanil-health-insurance-premium-predictor.hf.space", "*"],
25
  allow_credentials=True,
26
  allow_methods=["*"],
27
  allow_headers=["*"],
 
21
  # Enable CORS
22
  app.add_middleware(
23
  CORSMiddleware,
24
+ allow_origins=["*"],
25
  allow_credentials=True,
26
  allow_methods=["*"],
27
  allow_headers=["*"],