ishworrsubedii commited on
Commit
69c4c90
·
1 Parent(s): 23cf4f5

fix: minor issue

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -22,7 +22,4 @@ app.add_middleware(
22
  allow_credentials=True,
23
  allow_methods=["*"],
24
  allow_headers=["*"],
25
- )
26
-
27
- import uvicorn
28
- uvicorn.run(app)
 
22
  allow_credentials=True,
23
  allow_methods=["*"],
24
  allow_headers=["*"],
25
+ )