mlbench123 commited on
Commit
5915e23
·
verified ·
1 Parent(s): 170c4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ app = FastAPI(
20
  description="Validates and enriches LLM-generated construction scope with DB data",
21
  version="1.0.0"
22
  )
 
23
 
24
  # CORS middleware
25
  app.add_middleware(
 
20
  description="Validates and enriches LLM-generated construction scope with DB data",
21
  version="1.0.0"
22
  )
23
+ #---------------------------
24
 
25
  # CORS middleware
26
  app.add_middleware(