hkbindhu commited on
Commit
074fa7b
·
verified ·
1 Parent(s): ab7142c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")