adrianpierce commited on
Commit
6905d51
1 Parent(s): 4b73319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def generate_recipe(user_inputs):
65
  "properties": {
66
  "name": {
67
  "type": "string",
68
- "description": "Name of the ingredient and the quantity required"
69
  }
70
  }
71
  }
 
65
  "properties": {
66
  "name": {
67
  "type": "string",
68
+ "description": "Quantity and name of the ingredient"
69
  }
70
  }
71
  }