SRGL commited on
Commit
6497fbe
·
verified ·
1 Parent(s): 4b4bfee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,9 +9,7 @@ model = joblib.load(model_path)
9
 
10
  # Streamlit UI for Tourism Package Prediction
11
  st.title("Tourism Prediction App")
12
- st.write("""
13
- Predict whether a customer will purchase the Wellness Tourism Package""".
14
- """)
15
 
16
  age = st.number_input("Age", 18, 70, 30)
17
  income = st.number_input("Monthly Income", 1000, 200000, 50000)
 
9
 
10
  # Streamlit UI for Tourism Package Prediction
11
  st.title("Tourism Prediction App")
12
+ st.write("""Predict whether a customer will purchase the Wellness Tourism Package""".""")
 
 
13
 
14
  age = st.number_input("Age", 18, 70, 30)
15
  income = st.number_input("Monthly Income", 1000, 200000, 50000)