Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ model_path = hf_hub_download(repo_id="hkbindhu/Tourism-Package-Model", filename=
|
|
| 9 |
# Load the model
|
| 10 |
model = joblib.load(model_path)
|
| 11 |
|
|
|
|
| 12 |
# Streamlit UI for Customer Churn Prediction
|
| 13 |
st.title("Tourism Package Prediction")
|
| 14 |
st.write("Fill the customer details below to predict if they'll purchase a travel package")
|
|
|
|
| 9 |
# Load the model
|
| 10 |
model = joblib.load(model_path)
|
| 11 |
|
| 12 |
+
# Streamlit UI for Customer Churn Prediction
|
| 13 |
# Streamlit UI for Customer Churn Prediction
|
| 14 |
st.title("Tourism Package Prediction")
|
| 15 |
st.write("Fill the customer details below to predict if they'll purchase a travel package")
|