Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ with st.expander("🔹 **Personal Information**", expanded=True):
|
|
| 80 |
with st.expander("🔹 **Medical Information**", expanded=True):
|
| 81 |
BMI = st.number_input("BMI", min_value=8, max_value=50, value=23)
|
| 82 |
Menstrual_Irregularity = st.selectbox("Menstrual_Irregularity", [0,1])
|
| 83 |
-
Testosterone_Level = st.number_input("Testosterone_Level(ng/dL)", min_value=20, max_value=
|
| 84 |
Antral_Follicle_Count = st.number_input("Antral_Follicle_Count", min_value=3, max_value=39, value=8)
|
| 85 |
|
| 86 |
|
|
|
|
| 80 |
with st.expander("🔹 **Medical Information**", expanded=True):
|
| 81 |
BMI = st.number_input("BMI", min_value=8, max_value=50, value=23)
|
| 82 |
Menstrual_Irregularity = st.selectbox("Menstrual_Irregularity", [0,1])
|
| 83 |
+
Testosterone_Level = st.number_input("Testosterone_Level(ng/dL)", min_value=20, max_value=135, value=53)
|
| 84 |
Antral_Follicle_Count = st.number_input("Antral_Follicle_Count", min_value=3, max_value=39, value=8)
|
| 85 |
|
| 86 |
|