GhylB commited on
Commit
44df9c5
·
1 Parent(s): 27af844

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ import joblib
12
  """ Creating the FastAPI Instance. i.e. foundation for our API,
13
  which will be the main part of our project"""
14
 
15
- app = FastAPI(title="API")
16
 
17
 
18
  """We load a machine learning model and a scaler that help us make predictions based on data."""
 
12
  """ Creating the FastAPI Instance. i.e. foundation for our API,
13
  which will be the main part of our project"""
14
 
15
+ app = FastAPI(title="API",description="API for sepsis prediction")
16
 
17
 
18
  """We load a machine learning model and a scaler that help us make predictions based on data."""