Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|