Kaludi commited on
Commit
4371041
1 Parent(s): 87172e2

Update pages/Ingredients_By_Recipe.py

Browse files
Files changed (1) hide show
  1. pages/Ingredients_By_Recipe.py +1 -0
pages/Ingredients_By_Recipe.py CHANGED
@@ -10,6 +10,7 @@ import plotly
10
  import re
11
 
12
  st.title("Recipes by Ingredients")
 
13
 
14
  url = "https://alcksyjrmd.execute-api.us-east-2.amazonaws.com/default/nutrients_response"
15
 
 
10
  import re
11
 
12
  st.title("Recipes by Ingredients")
13
+ st.markdown("Get food recipes based on user input. Users can input the type of food they want to search for and the maximum number of calories they want to consume, and depending on the criteria a recipe will be recommended to the user.")
14
 
15
  url = "https://alcksyjrmd.execute-api.us-east-2.amazonaws.com/default/nutrients_response"
16