Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,6 +223,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="""
|
|
| 223 |
gr.Markdown("### International Physical Activity Questionnaire (IPAQ – Short Form)")
|
| 224 |
|
| 225 |
gr.Markdown("**1. Vigorous Physical Activity**")
|
|
|
|
| 226 |
inputs.append(gr.Number(label="Days per week", precision=0, minimum=0, maximum=7))
|
| 227 |
inputs.append(gr.Number(label="Hours per day", precision=0, minimum=0))
|
| 228 |
inputs.append(gr.Number(label="Minutes per hour", precision=0, minimum=0, maximum=59))
|
|
|
|
| 223 |
gr.Markdown("### International Physical Activity Questionnaire (IPAQ – Short Form)")
|
| 224 |
|
| 225 |
gr.Markdown("**1. Vigorous Physical Activity**")
|
| 226 |
+
gr.Markdown("*** During the last 7 days, on how many days did you do vigorous physical activities (e.g., heavy lifting, aerobics, fast bicycling)?***")
|
| 227 |
inputs.append(gr.Number(label="Days per week", precision=0, minimum=0, maximum=7))
|
| 228 |
inputs.append(gr.Number(label="Hours per day", precision=0, minimum=0))
|
| 229 |
inputs.append(gr.Number(label="Minutes per hour", precision=0, minimum=0, maximum=59))
|