amitcoolll commited on
Commit
c959bfa
·
verified ·
1 Parent(s): 54d4ada

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Airbnb Rental Price Prediction API!"
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')