Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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"])
|