Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SoumyaJ
/
DynamicScheduleRecommendInAstra
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SoumyaJ
commited on
May 19
Commit
69046d4
·
verified
·
1 Parent(s):
01ec921
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -15,6 +15,8 @@ load_dotenv()
15
16
app = FastAPI()
17
18
app.add_middleware(
19
CORSMiddleware,
20
allow_origins=["*"],
15
16
app = FastAPI()
17
18
+
origins = ["*"]
19
+
20
app.add_middleware(
21
CORSMiddleware,
22
allow_origins=["*"],