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