MaryanneMuchai commited on
Commit
f35547a
·
1 Parent(s): 9419e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ classifier = classifier_dict['model']
17
  # 3. Index route, opens automatically on http://127.0.0.1:8000
18
  @app.get('/')
19
  def index():
20
- return {'message': 'Hello'}
21
 
22
  # 4. Route with a single parameter, returns the parameter within a message
23
  # Located at: http://127.0.0.1:8000/AnyNameHere
 
17
  # 3. Index route, opens automatically on http://127.0.0.1:8000
18
  @app.get('/')
19
  def index():
20
+ return {'message': 'Sepsis Prediction App'}
21
 
22
  # 4. Route with a single parameter, returns the parameter within a message
23
  # Located at: http://127.0.0.1:8000/AnyNameHere