Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title=title) as demo:
|
|
169 |
PhysHlth = gr.Number(label="How many days in the past 30 days did you have poor physical health?")
|
170 |
GenHlth = gr.Slider(label="In general, rank your overall health on a scale:", step=1)
|
171 |
with gr.Row():
|
172 |
-
Sex = gr.
|
173 |
Age = gr.Number(label="Age")
|
174 |
with gr.Row():
|
175 |
Education = gr.Dropdown(label="Education Level", choices=["Never attended school", "Grades 1-8", "Grades 9-11", "Grade 12 or GED", "College 1-3 years", "College 4+ years"])
|
|
|
169 |
PhysHlth = gr.Number(label="How many days in the past 30 days did you have poor physical health?")
|
170 |
GenHlth = gr.Slider(label="In general, rank your overall health on a scale:", step=1)
|
171 |
with gr.Row():
|
172 |
+
Sex = gr.Dropdown(label="Sex", choices=["Female", "Male"])
|
173 |
Age = gr.Number(label="Age")
|
174 |
with gr.Row():
|
175 |
Education = gr.Dropdown(label="Education Level", choices=["Never attended school", "Grades 1-8", "Grades 9-11", "Grade 12 or GED", "College 1-3 years", "College 4+ years"])
|