Abubakari commited on
Commit
b5004ab
โ€ข
1 Parent(s): 171713e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -5
main.py CHANGED
@@ -27,12 +27,9 @@ def preprocess_input_data(input_data, num_imputer, scaler):
27
 
28
  @app.get("/")
29
  def read_root():
 
30
  info = """
31
- Welcome to the Sepsis Prediction API! ๐Ÿฉบ๐Ÿ’‰
32
- This API provides advanced machine learning predictions for sepsis. โšก๐Ÿ“Š
33
- For more information and to explore the API's capabilities,
34
- please visit the documentation: [API Documentation](https://abubakari-sepsis-fastapi-prediction-app.hf.space/docs/) ๐Ÿ“š๐Ÿ”
35
- Stay proactive in detecting sepsis with our predictive tool! ๐Ÿš€๐Ÿ”ฎ
36
  """
37
  return info
38
 
 
27
 
28
  @app.get("/")
29
  def read_root():
30
+
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