hardik8588 commited on
Commit
83c4c48
·
verified ·
1 Parent(s): dc758eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ app = FastAPI(
69
  # Set up CORS middleware
70
  app.add_middleware(
71
  CORSMiddleware,
72
- allow_origins=["https://testing-hardikkandpals-projects.vercel.app",
73
- "https://testing-hardikkandpals-projects.vercel.app/"], # Frontend URL
74
  allow_credentials=True,
75
  allow_methods=["*"],
76
  allow_headers=["*"],
 
69
  # Set up CORS middleware
70
  app.add_middleware(
71
  CORSMiddleware,
72
+ allow_origins=["https://hardik8588-doc-analyzer.hf.space", "https://testing-hardikkandpals-projects.vercel.app"],
73
+
74
  allow_credentials=True,
75
  allow_methods=["*"],
76
  allow_headers=["*"],