shrut27 commited on
Commit
96a3fc4
1 Parent(s): 855f8ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,7 +23,9 @@ def get_food_recommendation(prompt):
23
  # Streamlit app
24
  def main():
25
  st.title("Food and Nutrition Recommendation System")
26
- st.write("Welcome to Food and Nutrition Recommendation System: The following are some examples that the webpage can help with : 1. 200-calorie foods Korean 2. recipe for beef fried rice 3. rice shrimp spices recipe 4. foods for diabetes Korean")
 
 
27
  prompt = st.text_area("Enter your request for food recommendation")
28
 
29
  if st.button("Get Recommendation"):
 
23
  # Streamlit app
24
  def main():
25
  st.title("Food and Nutrition Recommendation System")
26
+ st.write("Welcome to Food and Nutrition Recommendation System")
27
+ st.write("The following are some examples that the webpage can help with :")
28
+ st.write("1. 200-calorie foods Korean 2. recipe for beef fried rice 3. rice shrimp spices recipe 4. foods for diabetes Korean")
29
  prompt = st.text_area("Enter your request for food recommendation")
30
 
31
  if st.button("Get Recommendation"):