Henok21 commited on
Commit
87e5311
·
1 Parent(s): 58437b5

edit title

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,8 +24,7 @@ with open("pipeline.job", "rb") as f:
24
  print(pipe)
25
 
26
  # instantiating fastAPI object
27
- app = FastAPI( title = "Machine Learning Classification API for predicting \
28
- Income limit as Above Limit / Below Limit")
29
 
30
  @app.get("/")
31
  async def root():
 
24
  print(pipe)
25
 
26
  # instantiating fastAPI object
27
+ app = FastAPI( title = "Machine Learning Classification API for predicting Income Inequality")
 
28
 
29
  @app.get("/")
30
  async def root():