heymenn commited on
Commit
4587fe5
·
verified ·
1 Parent(s): 9435ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from src.core import process_input
5
 
6
  app = FastAPI(
7
  title="Insight Finder",
8
- description="Find relevant technologies from a problem",
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):