eaedk commited on
Commit
dd2d99b
1 Parent(s): e8f8734

api's params

Browse files
Files changed (1) hide show
  1. src/main.py +2 -2
src/main.py CHANGED
@@ -9,8 +9,8 @@ import pickle, uvicorn, os, logging
9
 
10
  # API Config
11
  app = FastAPI(
12
- # title="Agri-Tech API",
13
- # description="This is a ML API for classification of crop to plant on a land regarding some features",
14
  )
15
 
16
  ## Configure static and template files
 
9
 
10
  # API Config
11
  app = FastAPI(
12
+ title="Devices Price Prediction API",
13
+ description="This is a ML API for classifying devices price based on the specs",
14
  )
15
 
16
  ## Configure static and template files