rahul7star commited on
Commit
f837a93
·
verified ·
1 Parent(s): 6d2d762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ import tempfile # ✅ Add this!
30
 
31
 
32
  app = FastAPI()
 
33
 
34
  # CORS setup to allow requests from your frontend
35
  app.add_middleware(
 
30
 
31
 
32
  app = FastAPI()
33
+ print("entry point for the app ")
34
 
35
  # CORS setup to allow requests from your frontend
36
  app.add_middleware(