rasmodev commited on
Commit
3efa7c6
1 Parent(s): 89b5d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def make_predictions(input_data_scaled_df: pd.DataFrame):
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 print(message)
58
 
59
 
60
  @app.post("/predict/", response_model=OutputData)
 
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
58
 
59
 
60
  @app.post("/predict/", response_model=OutputData)