Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from src.core import process_input
|
|
5 |
|
6 |
app = FastAPI(
|
7 |
title="Insight Finder",
|
8 |
-
description="
|
9 |
)
|
10 |
|
11 |
class InputData(BaseModel):
|
|
|
5 |
|
6 |
app = FastAPI(
|
7 |
title="Insight Finder",
|
8 |
+
description="Using in input a technical problem, we can retrieve through AI, algorithms and logics, a list of technologies covering each constraints of the technical problem given",
|
9 |
)
|
10 |
|
11 |
class InputData(BaseModel):
|