rasmodev commited on
Commit
e8cc94f
·
1 Parent(s): be480c8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -47,7 +47,7 @@ class IncomePredictionResponse(BaseModel):
47
  @app.get("/")
48
  async def root():
49
  # Endpoint at the root URL ("/") returns a welcome message with a clickable link
50
- message = "Welcome to the Income Classification API! This API Provides predictions for Income based on several inputs. To use this API, please access the API documentation here: https://rasmodev-sepsis-prediction.hf.space/docs/"
51
  return message
52
 
53
 
 
47
  @app.get("/")
48
  async def root():
49
  # Endpoint at the root URL ("/") returns a welcome message with a clickable link
50
+ message = "Welcome to the Income Classification API! This API Provides predictions for Income based on several inputs. To use this API, please access the API documentation here: https://rasmodev-income-prediction-fastapi.hf.space/docs/"
51
  return message
52
 
53