Abubakari commited on
Commit
eea75bf
β€’
1 Parent(s): b5004ab

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -31,7 +31,7 @@ def read_root():
31
  info = """
32
  Welcome to the Sepsis Prediction API! πŸ©ΊπŸ’‰. This API provides advanced machine learning predictions for sepsis. βš‘πŸ“Š For more information and to explore the API's capabilities, please visit the documentation: https://abubakari-sepsis-fastapi-prediction-app.hf.space/docs/
33
  """
34
- return info
35
 
36
 
37
 
 
31
  info = """
32
  Welcome to the Sepsis Prediction API! πŸ©ΊπŸ’‰. This API provides advanced machine learning predictions for sepsis. βš‘πŸ“Š For more information and to explore the API's capabilities, please visit the documentation: https://abubakari-sepsis-fastapi-prediction-app.hf.space/docs/
33
  """
34
+ return info.strip()
35
 
36
 
37