Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def home():
|
|
| 23 |
This function handles GET requests to the root URL ('/') of the API.
|
| 24 |
It returns a simple welcome message.
|
| 25 |
"""
|
| 26 |
-
return "Welcome to the
|
| 27 |
|
| 28 |
# Define an endpoint for single property prediction (POST request)
|
| 29 |
@rental_price_predictor_api.post('/v1/conversion')
|
|
|
|
| 23 |
This function handles GET requests to the root URL ('/') of the API.
|
| 24 |
It returns a simple welcome message.
|
| 25 |
"""
|
| 26 |
+
return "Welcome to the Extraa Learn conversion Predictor API!"
|
| 27 |
|
| 28 |
# Define an endpoint for single property prediction (POST request)
|
| 29 |
@rental_price_predictor_api.post('/v1/conversion')
|