Spaces:
Sleeping
Sleeping
pr18 (#18)
Browse files- modify15 (4407d163b5418ae8e1b57588f3cddb815f82242f)
app.py
CHANGED
@@ -18,7 +18,7 @@ with col1:
|
|
18 |
# product
|
19 |
product=st.text_input("product", key="product")
|
20 |
# gender
|
21 |
-
gender=st.radio("gender", ["male", "female"], key="gender")
|
22 |
# profession
|
23 |
profession=st.text_input("profession", key="profession")
|
24 |
# hobby
|
|
|
18 |
# product
|
19 |
product=st.text_input("product", key="product")
|
20 |
# gender
|
21 |
+
gender=st.radio("gender", ["male", "female", "Non-binary"], key="gender")
|
22 |
# profession
|
23 |
profession=st.text_input("profession", key="profession")
|
24 |
# hobby
|