Spaces:
Build error
Build error
Update app.py
Browse files
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)
|