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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ model = joblib.load(model_path)
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)
 
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)