my-gradio-app / modules /exercise /flow_input.json
Nguyen Trong Lap
Recreate history without binary blobs
eeb0f9c
raw
history blame contribute delete
763 Bytes
[
{"field": "age", "question": "Bạn bao nhiêu tuổi?", "type": "int"},
{"field": "gender", "question": "Bạn là nam hay nữ?", "type": "str", "options": ["nam","nữ"]},
{"field": "weight", "question": "Cân nặng của bạn (kg)?", "type": "float"},
{"field": "height", "question": "Chiều cao của bạn (cm)?", "type": "float"},
{"field": "fitness_level", "question": "Mức độ tập luyện (beginner/intermediate/advanced)?", "type": "str", "options": ["beginner","intermediate","advanced"]},
{"field": "goal", "question": "Mục tiêu của bạn là gì? (ví dụ: giảm cân, tăng cơ)", "type": "str"},
{"field": "available_time", "question": "Bạn có bao nhiêu phút mỗi ngày để tập luyện?", "type": "int"}
]