Spaces:
Sleeping
Sleeping
nan-motherboard commited on
Commit ·
4407d16
1
Parent(s): 2a5d41a
modify15
Browse files
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
|