fromcarlostocosta commited on
Commit
e6b8c11
1 Parent(s): cd4458a

Titles rework

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ name = st.text_input("Name", "")
31
  if sex == "Male":
32
  title = st.radio("Title", ("Mr", "Doctor", "Master", "Reverend"))
33
  else:
34
- title = st.radio("Title", ("Doctor", "Master", "Miss", "Mrs", "Reverend"))
35
 
36
  embark_port = st.radio(
37
  "Port of Embarkation",
 
31
  if sex == "Male":
32
  title = st.radio("Title", ("Mr", "Doctor", "Master", "Reverend"))
33
  else:
34
+ title = st.radio("Title", ("Doctor", "Miss", "Mrs"))
35
 
36
  embark_port = st.radio(
37
  "Port of Embarkation",