Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ total_spend = st.number_input("Total Spend", min_value=0.0, max_value=10000.0, v
|
|
| 34 |
|
| 35 |
# If the encoder was re-fitted to ignore unknowns, you can keep your original options.
|
| 36 |
gender = st.selectbox("Gender", options=["Male", "Female"])
|
| 37 |
-
subscription_type = st.selectbox("Subscription Type", options=["Type
|
| 38 |
contract_length = st.selectbox("Contract Length", options=["Monthly", "Quarterly", "Yearly"])
|
| 39 |
|
| 40 |
input_df = pd.DataFrame({
|
|
|
|
| 34 |
|
| 35 |
# If the encoder was re-fitted to ignore unknowns, you can keep your original options.
|
| 36 |
gender = st.selectbox("Gender", options=["Male", "Female"])
|
| 37 |
+
subscription_type = st.selectbox("Subscription Type", options=["Type B", "Type C"])
|
| 38 |
contract_length = st.selectbox("Contract Length", options=["Monthly", "Quarterly", "Yearly"])
|
| 39 |
|
| 40 |
input_df = pd.DataFrame({
|