rasmodev commited on
Commit
49b68ea
1 Parent(s): c9b9539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def make_predictions(input_data_scaled_df: pd.DataFrame):
53
  @app.get("/")
54
  async def root():
55
  # Endpoint at the root URL ("/") returns a welcome message with a clickable link
56
- message = "Welcome to the Sepsis Classification API! This API Provides predictions for Sepsis based on several medical inputs. To use this API, please access the API documentation here: "https://rasmodev-sepsis-prediction.hf.space/docs"
57
  return {"message": message}
58
 
59
 
 
53
  @app.get("/")
54
  async def root():
55
  # Endpoint at the root URL ("/") returns a welcome message with a clickable link
56
+ message = "Welcome to the Sepsis Classification API! This API Provides predictions for Sepsis based on several medical inputs. To use this API, please access the API documentation here: https://rasmodev-sepsis-prediction.hf.space/docs/"
57
  return {"message": message}
58
 
59