Spaces:
Running
Running
control layout
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def generate_meal_plan(age, gender, current_weight, desired_weight, goal, restri
|
|
| 11 |
|
| 12 |
|
| 13 |
with gr.Blocks() as interface:
|
| 14 |
-
gr.Markdown("Generate a meal plan based on the configured parameters")
|
| 15 |
with gr.Row():
|
| 16 |
with gr.Column(scale=1, min_width=600):
|
| 17 |
age = gr.Number(label='age')
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
with gr.Blocks() as interface:
|
| 14 |
+
gr.Markdown("# Generate a 7 day meal plan based on the configured parameters")
|
| 15 |
with gr.Row():
|
| 16 |
with gr.Column(scale=1, min_width=600):
|
| 17 |
age = gr.Number(label='age')
|