shrut27 commited on
Commit
00ed128
1 Parent(s): 6714000

Update app.py

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