anunay999 commited on
Commit
4a8de15
·
1 Parent(s): efe1894

control layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')