Update main.py
Browse files
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 |
|