MrUtakata commited on
Commit
b9f016f
·
verified ·
1 Parent(s): fcc7609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 A", "Type B", "Type C"])
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({