Skip to content

Commit

Permalink
Spelling mistake corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyShrestha committed Jun 10, 2024
1 parent a774c74 commit d1e5347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/pages/food_recommender.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def food_recommender():
processed_df = initialize()
# st.dataframe(processed_df)

st.header("Recipe Recommendatioin")
st.header("Recipe Recommendation")

user_ingredients = st.text_input("Enter ingredients, separated by commas", "rice, tomatoes")
ingredients_list = [ingredient.strip() for ingredient in user_ingredients.split(',')]
Expand Down

0 comments on commit d1e5347

Please sign in to comment.