Santhosh1325 commited on
Commit
a3c9397
·
verified ·
1 Parent(s): 3c9307b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def generate_diet_plan(dish_name, calorie_intake_per_day, goal):
101
  return response.choices[0].message.content
102
 
103
  # Streamlit App Title
104
- st.title("AI Diet Planner")
105
 
106
  # Sidebar navigation to switch between the app and the user guide
107
  menu = st.sidebar.selectbox("Menu", ["App", "User Guide"])
 
101
  return response.choices[0].message.content
102
 
103
  # Streamlit App Title
104
+ st.title("AI Diet Recommender")
105
 
106
  # Sidebar navigation to switch between the app and the user guide
107
  menu = st.sidebar.selectbox("Menu", ["App", "User Guide"])